Skip to content

Commit 8768a94

Browse files
Tim-herbiebutonic
authored andcommitted
fix item1 and item2
1 parent 77887af commit 8768a94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/opencloud/templates/keycloak/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
- name: KEYCLOAK_ADMIN_PASSWORD
8484
valueFrom:
8585
secretKeyRef:
86-
name: {{- if .Values.keycloak.existingSecret }}w
86+
name: {{- if .Values.keycloak.existingSecret }}
8787
{{ .Values.keycloak.existingSecret }}
8888
{{- else }}
8989
keycloak

charts/opencloud/templates/postgres/secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ metadata:
55
name: postgres
66
type: Opaque
77
stringData:
8-
username: {{ .Values.postgres.username }}
8+
username: {{ .Values.postgres.user }}
99
password: {{ .Values.postgres.password }}
1010
{{- end }}

0 commit comments

Comments
 (0)