[stable/spinnaker] Use gcs.secretName when it exists for install-using-hal job (#11399)

* Use gcs.secretName when it exists for install-using-hal job

Signed-off-by: Adam Setters <asetty@arista.com>

* bump chart version

Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
This commit is contained in:
asetty
2019-06-18 10:32:23 -07:00
committed by Kubernetes Prow Robot
parent 0f284f7d95
commit c4f71a1359
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.
name: spinnaker
version: 1.11.1
version: 1.11.3
appVersion: 1.12.5
home: http://spinnaker.io/
sources:
@@ -59,7 +59,11 @@ spec:
{{- if .Values.gcs.enabled }}
- name: gcs-key
secret:
{{- if .Values.gcs.secretName }}
secretName: {{ .Values.gcs.secretName }}
{{- else }}
secretName: {{ template "spinnaker.fullname" . }}-gcs
{{- end }}
{{- end }}
{{- if and .Values.s3.enabled .Values.s3.accessKey .Values.s3.secretKey }}
- name: s3-secrets