Skip to content

Commit

Permalink
Merge pull request #884 from VeevaLabs/master
Browse files Browse the repository at this point in the history
Add podAnnotations to snapshotController StatefulSet
  • Loading branch information
k8s-ci-robot authored Jun 2, 2021
2 parents 7f908fc + bf49680 commit 0476edc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/aws-ebs-csi-driver/templates/snapshot-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ spec:
{{- if .Values.snapshotController.podLabels }}
{{- toYaml .Values.snapshotController.podlabels | nindent 8 }}
{{- end }}
{{- if .Values.snapshotController.podAnnotations }}
annotations: {{ toYaml .Values.snapshotController.podAnnotations | nindent 8 }}
{{- end }}
spec:
serviceAccountName: {{ .Values.serviceAccount.snapshot.name }}
nodeSelector:
Expand Down
1 change: 1 addition & 0 deletions charts/aws-ebs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ sidecars:
snapshotController:
repository: k8s.gcr.io/sig-storage/snapshot-controller
tag: "v3.0.3"
podAnnotations: {}
podLabels: {}

proxy:
Expand Down

0 comments on commit 0476edc

Please sign in to comment.