Skip to content

Commit b88d822

Browse files
apps: fix velero templating for kopia uploadertype
1 parent c7eb740 commit b88d822

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helmfile.d/values/velero-sc.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ configMaps:
198198
secCtxRunAsUser: "1000"
199199
secCtxRunAsGroup: "1000"
200200

201-
{{- if .Values.velero.useVolumeSnapshots }}
201+
{{- if eq .Values.velero.uploaderType "kopia" }}
202202
extraVolumes:
203203
- name: udmrepo
204204
emptyDir: {}

helmfile.d/values/velero-wc.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ configMaps:
204204
secCtxRunAsUser: "1000"
205205
secCtxRunAsGroup: "1000"
206206

207-
{{- if .Values.velero.useVolumeSnapshots }}
207+
{{- if eq .Values.velero.uploaderType "kopia" }}
208208
extraVolumes:
209209
- name: udmrepo
210210
emptyDir: {}

0 commit comments

Comments
 (0)