Skip to content

Commit

Permalink
Support no secret for s3/ceph
Browse files Browse the repository at this point in the history
This is required if you use EKS ServiceAccount -> IAM role authentication via OIDC.
  • Loading branch information
tirsen committed Feb 28, 2020
1 parent 0af5ca1 commit 108e54c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /gcp/credentials.json
{{- end }}
{{- if or .Values.scheduledBackup.ceph .Values.scheduledBackup.s3 }}
{{- if or .Values.scheduledBackup.ceph.secretName .Values.scheduledBackup.s3.secretName }}
- name: AWS_ACCESS_KEY_ID
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 108e54c

Please sign in to comment.