diff --git a/helm-chart/csi-driver/templates/linode-block-storage-retain.yaml b/helm-chart/csi-driver/templates/linode-block-storage-retain.yaml index 704bcf25..966e52eb 100644 --- a/helm-chart/csi-driver/templates/linode-block-storage-retain.yaml +++ b/helm-chart/csi-driver/templates/linode-block-storage-retain.yaml @@ -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 diff --git a/helm-chart/csi-driver/templates/linode-block-storage.yaml b/helm-chart/csi-driver/templates/linode-block-storage.yaml index 3b9cb513..0f50315d 100644 --- a/helm-chart/csi-driver/templates/linode-block-storage.yaml +++ b/helm-chart/csi-driver/templates/linode-block-storage.yaml @@ -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 diff --git a/helm-chart/csi-driver/values.yaml b/helm-chart/csi-driver/values.yaml index aa43fdcd..ad63df36 100644 --- a/helm-chart/csi-driver/values.yaml +++ b/helm-chart/csi-driver/values.yaml @@ -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