Skip to content

Commit

Permalink
Change interface
Browse files Browse the repository at this point in the history
  • Loading branch information
tchinmai7 committed Nov 22, 2023
1 parent 9a4a5b6 commit db6afe9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
{{- end }}
{{- if .Values.volumeTags }}
parameters:
linodebs.csi.linode.com/volumeTags: "{{ .Values.volumeTags }}"
linodebs.csi.linode.com/volumeTags: {{ join "," .Values.volumeTags }}
{{- end}}
allowVolumeExpansion: true
provisioner: linodebs.csi.linode.com
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/csi-driver/templates/linode-block-storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
{{- end }}
{{- if .Values.volumeTags }}
parameters:
linodebs.csi.linode.com/volumeTags: "{{ .Values.volumeTags }}"
linodebs.csi.linode.com/volumeTags: {{ join "," .Values.volumeTags }}
{{- end}}
allowVolumeExpansion: true
provisioner: linodebs.csi.linode.com
4 changes: 3 additions & 1 deletion helm-chart/csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ namespace: kube-system
defaultStorageClass: linode-block-storage-retain

# set these value to a comma seperated string if you'd like to add tags to the created volumes
# volumeTags:
#volumeTags:
# - example
# - test

# Images - Default

Expand Down

0 comments on commit db6afe9

Please sign in to comment.