Skip to content

Commit

Permalink
Merge branch 'keycloakx_postgres' into 'master'
Browse files Browse the repository at this point in the history
[#13085] fixed the missing spec keyword for keycloakx postgresql

See merge request kubernetes/k8id!924
  • Loading branch information
ashish1099 committed Jul 6, 2023
2 parents 6ef52d3 + 2ce815a commit 3e7a804
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion argocd-helm-charts/keycloakx/templates/postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: acid.zalan.do/v1
kind: postgresql
metadata:
name: keycloakx-pgsql
spec:
databases:
keycloak: keycloak
enableMasterLoadBalancer: false
Expand All @@ -16,4 +17,4 @@ metadata:
size: {{ .Values.postgresql.size }}
{{- if .Values.postgresql.storageClass }}
storageClass: {{ .Values.postgresql.storageClass }}
{{- end }}
{{- end }}

0 comments on commit 3e7a804

Please sign in to comment.