1
0
Fork 0

Compare commits

...

1 Commits

Author SHA1 Message Date
Fleur Kelpin 107d503976 Fix keys in values file 2018-06-28 12:05:49 +02:00
3 changed files with 6 additions and 6 deletions

View File

@ -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:

View File

@ -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 }}

View File

@ -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