diff --git a/helmfile.d/values/velero-sc.yaml.gotmpl b/helmfile.d/values/velero-sc.yaml.gotmpl index bb2a919c77..a2350c7b28 100644 --- a/helmfile.d/values/velero-sc.yaml.gotmpl +++ b/helmfile.d/values/velero-sc.yaml.gotmpl @@ -194,7 +194,7 @@ configMaps: secCtxRunAsUser: "1000" secCtxRunAsGroup: "1000" -{{- if .Values.velero.useVolumeSnapshots }} +{{- if eq .Values.velero.uploaderType "kopia" }} extraVolumes: - name: udmrepo emptyDir: {} diff --git a/helmfile.d/values/velero-wc.yaml.gotmpl b/helmfile.d/values/velero-wc.yaml.gotmpl index 3d6baddea1..fc63004d18 100644 --- a/helmfile.d/values/velero-wc.yaml.gotmpl +++ b/helmfile.d/values/velero-wc.yaml.gotmpl @@ -200,7 +200,7 @@ configMaps: secCtxRunAsUser: "1000" secCtxRunAsGroup: "1000" -{{- if .Values.velero.useVolumeSnapshots }} +{{- if eq .Values.velero.uploaderType "kopia" }} extraVolumes: - name: udmrepo emptyDir: {}