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

Commit

Permalink
fix: keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Apr 29, 2022
1 parent 8a6efe8 commit 8034c2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .kube-workflow/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ keycloak:
# need db-keycloak
kapp.k14s.io/change-rule: "upsert after upserting kube-workflow/db-keycloak.{{ .Values.global.namespace }}"
extraEnvFrom: |
- secretRef:
name: app-sealed-secret
- secretRef:
name: "keycloak-db-{{ .Values.global.branchSlug32 }}"
- secretRef:
Expand Down
16 changes: 8 additions & 8 deletions .kube-workflow/templates/realm.configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ data:
"clientRole": false
},
"smtpServer": {
"password": "{{`{{ getenv "SMPT_PASSWORD" }}`}}",
"starttls": "{{`{{ or (getenv "SMPT_STARTTLS") "true" }}`}}",
"auth": "{{`{{ or (getenv "SMPT_AUTH") "true" }}`}}",
"host": "{{`{{ getenv "SMPT_HOST" }}`}}",
"from": "{{`{{ or (getenv "SMPT_FROM") "" }}`}}",
"port": "{{`{{ or (getenv "SMPT_PORT") "587" }}`}}",
"ssl": "{{`{{ or (getenv "SMPT_SSL") "true" }}`}}",
"user": "{{`{{ getenv "SMPT_USER" }}`}}"
"password": "{{`{{ getenv "SMTP_PASSWORD" }}`}}",
"starttls": "{{`{{ or (getenv "SMTP_STARTTLS") "true" }}`}}",
"auth": "{{`{{ or (getenv "SMTP_AUTH") "true" }}`}}",
"host": "{{`{{ getenv "SMTP_HOST" }}`}}",
"from": "{{`{{ or (getenv "SMTP_FROM") "" }}`}}",
"port": "{{`{{ or (getenv "SMTP_PORT") "587" }}`}}",
"ssl": "{{`{{ or (getenv "SMTP_SSL") "true" }}`}}",
"user": "{{`{{ getenv "SMTP_USER" }}`}}"
},
"roles": {
"realm": [
Expand Down

0 comments on commit 8034c2a

Please sign in to comment.