Skip to content

Commit

Permalink
use repository as value
Browse files Browse the repository at this point in the history
  • Loading branch information
ig0rsky committed Feb 3, 2021
1 parent b899acc commit 226b33e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/aws-ebs-csi-driver/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
serviceAccountName: {{ .Values.serviceAccount.snapshot.name }}
containers:
- name: snapshot-controller
image: {{ printf "%s:%s" .Values.snapshotController.image .Values.snapshotController.tag }}
image: {{ printf "%s:%s" .Values.snapshotController.repository .Values.snapshotController.tag }}
args:
- --v=5
- --leader-election=false
Expand Down
2 changes: 1 addition & 1 deletion charts/aws-ebs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sidecars:
tag: "v2.0.1"

snapshotController:
image: k8s.gcr.io/sig-storage/snapshot-controller
repository: k8s.gcr.io/sig-storage/snapshot-controller
tag: "v3.0.3"

imagePullSecrets: []
Expand Down

0 comments on commit 226b33e

Please sign in to comment.