Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
fix: keycloak dev db
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Apr 29, 2022
1 parent 9329fec commit 7047f28
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .kube-workflow/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
pgUser: "keycloak_{{ .Values.global.branchSlug32 }}"

keycloak:
statefulsetAnnotations:
# need db-keycloak
kapp.k14s.io/change-rule: "upsert after upserting kube-workflow/db-keycloak.{{ .Values.global.namespace }}"
extraEnvFrom: |
- secretRef:
name: app-sealed-secret
Expand Down
7 changes: 7 additions & 0 deletions .kube-workflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ keycloak:
postgresql:
enabled: false

statefulsetAnnotations:
kapp.k14s.io/nonce: ''
kapp.k14s.io/update-strategy: fallback-on-replace
kapp.k14s.io/change-group: "kube-workflow/keycloak.{{ .Values.global.namespace }}"
kapp.k14s.io/disable-original: ''
kapp.k14s.io/create-strategy: fallback-on-update

extraEnvFrom: |
- secretRef:
name: app-sealed-secret
Expand Down

0 comments on commit 7047f28

Please sign in to comment.