Skip to content

Commit

Permalink
expose modifyVolumeConfigurable in chart
Browse files Browse the repository at this point in the history
  • Loading branch information
adolsalamanca committed Jan 26, 2024
1 parent 2a9dfde commit 36f80d8
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/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ spec:
{{- if .Values.controller.extraVolumeTags }}
{{- include "aws-ebs-csi-driver.extra-volume-tags" . | nindent 12 }}
{{- end }}
{{- if .Values.controller.modifyVolumeInterval }}
- --modify-volume-interval={{ . }}
{{- end }}
{{- with (tpl (default "" .Values.controller.k8sTagClusterId) . ) }}
- --k8s-tag-cluster-id={{ . }}
{{- end }}
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 @@ -234,6 +234,7 @@ controller:
# ---
# ID of the Kubernetes cluster used for tagging provisioned EBS volumes (optional).
k8sTagClusterId:
modifyVolumeInterval: 2s
logLevel: 2
userAgentExtra: "helm"
nodeSelector: {}
Expand Down

0 comments on commit 36f80d8

Please sign in to comment.