diff --git a/stable/spinnaker/templates/configmap/halyard-config.yaml b/stable/spinnaker/templates/configmap/halyard-config.yaml index a64221c3c786..e5f4676fc440 100644 --- a/stable/spinnaker/templates/configmap/halyard-config.yaml +++ b/stable/spinnaker/templates/configmap/halyard-config.yaml @@ -47,6 +47,9 @@ data: {{- if .Values.s3.accessKey }} --access-key-id "$(cat /opt/s3/accessKey)" \ {{- end }} + {{- if .Values.s3.secretKey }} + --secret-access-key \ + {{- end }} $HAL_COMMAND config storage edit --type s3 {{ end }}