From 126449b7964253993b1adcf8f261110bbc2bf10c Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Sat, 26 Jun 2021 17:06:37 +0200 Subject: [PATCH] build(helm): fixing pairing between values and collision CRD keys --- charts/capsule/templates/configuration-default.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/capsule/templates/configuration-default.yaml b/charts/capsule/templates/configuration-default.yaml index 3c122725..96781682 100644 --- a/charts/capsule/templates/configuration-default.yaml +++ b/charts/capsule/templates/configuration-default.yaml @@ -9,5 +9,5 @@ spec: - {{ . }} {{- end}} protectedNamespaceRegex: {{ .Values.manager.options.protectedNamespaceRegex | quote }} - allowTenantIngressHostnamesCollision: {{ .Values.manager.options.allowIngressHostnameCollision }} - allowIngressHostnameCollision: {{ .Values.manager.options.allowTenantIngressHostnamesCollision }} + allowTenantIngressHostnamesCollision: {{ .Values.manager.options.allowTenantIngressHostnamesCollision }} + allowIngressHostnameCollision: {{ .Values.manager.options.allowIngressHostnameCollision }}