Skip to content
Snippets Groups Projects
Commit f7ca14cb authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6544: Fix issue with Helm language and commentary

parent c6359268
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
# unter der Lizenz sind dem Lizenztext zu entnehmen. # unter der Lizenz sind dem Lizenztext zu entnehmen.
# #
{{ if and (not (.Values.sso).api_user) (((.Values.ozgcloud).keycloak).api).password }} {{ if and (not (.Values.sso).api_user) (((.Values.ozgcloud).keycloak).api).password -}}
apiVersion: v1 apiVersion: v1
kind: Secret kind: Secret
metadata: metadata:
...@@ -32,4 +32,4 @@ metadata: ...@@ -32,4 +32,4 @@ metadata:
type: Opaque type: Opaque
stringData: stringData:
password: {{ required "ozgcloud.keycloak.api.password must be set" .Values.ozgcloud.keycloak.api.password }} password: {{ required "ozgcloud.keycloak.api.password must be set" .Values.ozgcloud.keycloak.api.password }}
{{ end }} {{- end -}}
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment