From 5019fba5b2abfb8d63534b8242685058998dd188 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Mon, 27 Jun 2022 17:13:27 +0200 Subject: [PATCH] chore(helm): enable skipMigration Flag Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay/templates/job.yaml | 2 ++ 1 file changed, 2 insertions(+) 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}}