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 }}