fix (molgenis-jenkins): Fix chart
This commit is contained in:
parent
a03ea8a9b1
commit
dba4bb3631
|
@ -6,3 +6,6 @@ description: Molgenis installation for the jenkins chart.
|
|||
sources:
|
||||
- https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm.git
|
||||
icon: https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm/raw/master/molgenis-jenkins/catalogIcon-molgenis-jenkins.svg
|
||||
maintainers:
|
||||
- name: fdlk
|
||||
- name: sidohaakma
|
||||
|
|
|
@ -583,7 +583,7 @@ jenkins:
|
|||
memory: "512Mi"
|
||||
NodeSelector: {}
|
||||
|
||||
#secret contains configuration for the kubernetes secrets that jenkins can access
|
||||
# secret contains configuration for the kubernetes secrets that jenkins can access
|
||||
secret:
|
||||
# vault configures the vault secret
|
||||
vault:
|
||||
|
@ -605,4 +605,4 @@ secret:
|
|||
# dockerHubPassword contains password for hub.docker.com
|
||||
dockerHub:
|
||||
user: molgenisci
|
||||
password: xxxx
|
||||
password: xxxx
|
||||
|
|
Loading…
Reference in New Issue