From bf5b36a543b2ae99c24963f21385e6e71012a9c3 Mon Sep 17 00:00:00 2001 From: Lubomir Dolezal <lubomir.bucek@eox.at> Date: Tue, 1 Feb 2022 17:26:53 +0100 Subject: [PATCH] remove whitespace --- charts/vs-registrar/files/init-db.sh | 1 - charts/vs-renderer/files/init-db.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/charts/vs-registrar/files/init-db.sh b/charts/vs-registrar/files/init-db.sh index 035539e..5e3fc9e 100644 --- a/charts/vs-registrar/files/init-db.sh +++ b/charts/vs-registrar/files/init-db.sh @@ -115,7 +115,6 @@ if python3 manage.py id check {{ index (keys $.Values.global.collections | sortA {{- end }} {{- end }} {{- end }} - {{- range $mask_type := $product_type.masks }} python3 manage.py masktype create {{ $product_type.name | quote }} {{ $mask_type.name | quote }} \ {{- if $mask_type.validity -}} --validity \ {{- end }} --traceback diff --git a/charts/vs-renderer/files/init-db.sh b/charts/vs-renderer/files/init-db.sh index 035539e..5e3fc9e 100644 --- a/charts/vs-renderer/files/init-db.sh +++ b/charts/vs-renderer/files/init-db.sh @@ -115,7 +115,6 @@ if python3 manage.py id check {{ index (keys $.Values.global.collections | sortA {{- end }} {{- end }} {{- end }} - {{- range $mask_type := $product_type.masks }} python3 manage.py masktype create {{ $product_type.name | quote }} {{ $mask_type.name | quote }} \ {{- if $mask_type.validity -}} --validity \ {{- end }} --traceback -- GitLab