Fix keys in values file
This commit is contained in:
parent
f1ee53ccb4
commit
107d503976
|
@ -1,6 +1,6 @@
|
|||
name: molgenis-jenkins
|
||||
home: https://jenkins.io/
|
||||
version: 0.2.1
|
||||
version: 0.2.2
|
||||
appVersion: 2.107
|
||||
description: Molgenis installation for the jenkins chart.
|
||||
sources:
|
||||
|
|
|
@ -10,6 +10,6 @@ metadata:
|
|||
heritage: "{{ .Release.Service }}"
|
||||
type: Opaque
|
||||
data:
|
||||
maven.xml: {{ .Values.PipelineSecrets.File.MavenSettingsXML | b64enc | quote }}
|
||||
key.asc: {{ .Values.PipelineSecrets.File.PGPPrivateKeyAsc | b64enc | quote }}
|
||||
maven.xml: {{ .Values.PipelineSecrets.File.MavenSettingsXML | b64enc | quote }}
|
||||
{{- end }}
|
||||
|
|
|
@ -104,13 +104,13 @@ PipelineSecrets:
|
|||
# Set to false to keep existing secret
|
||||
Replace: true
|
||||
# Passphrase for the pgp private key file
|
||||
pgpPassphrase: xxxx
|
||||
PGPPassphrase: xxxx
|
||||
# Token for codecov.io service
|
||||
codecovToken: xxxx
|
||||
CodecovToken: xxxx
|
||||
# Token for github bot account
|
||||
githubToken: xxxx
|
||||
GithubToken: xxxx
|
||||
# Token for sonarcloud.io
|
||||
sonarToken: xxxx
|
||||
SonarToken: xxxx
|
||||
File:
|
||||
# Set to false to keep existing secret
|
||||
Replace: true
|
||||
|
|
Loading…
Reference in New Issue