Skip to content

Commit

Permalink
Merge pull request #19 from eaceaser/spin-v1.0.0-s3fix
Browse files Browse the repository at this point in the history
Fix for S3 credentials config
  • Loading branch information
Vic Iglesias authored Jul 30, 2018
2 parents c43836b + 4cb44d0 commit 4e00d00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stable/spinnaker/templates/configmap/halyard-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4e00d00

Please sign in to comment.