Skip to content

Commit

Permalink
Merge pull request #247 from leakingtapan/opt-secrect
Browse files Browse the repository at this point in the history
Make secret optional
  • Loading branch information
Cheng Pan authored Mar 21, 2019
2 parents a24aa7a + b24cba1 commit 52e39e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/kubernetes/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,13 @@ spec:
secretKeyRef:
name: aws-secret
key: key_id
optional: true
- name: AWS_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
name: aws-secret
key: access_key
optional: true
volumeMounts:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
Expand Down

0 comments on commit 52e39e5

Please sign in to comment.