diff --git a/scripts/helmcharts/openreplay/templates/job.yaml b/scripts/helmcharts/openreplay/templates/job.yaml index 575fd1411..c5624a0a5 100644 --- a/scripts/helmcharts/openreplay/templates/job.yaml +++ b/scripts/helmcharts/openreplay/templates/job.yaml @@ -1,3 +1,4 @@ +{{- if not .Values.skipMigration}} --- apiVersion: v1 kind: ConfigMap @@ -177,3 +178,4 @@ spec: - name: shared emptyDir: {} restartPolicy: Never +{{- end}}