Skip to content

Commit

Permalink
removed the option to change keycloak db
Browse files Browse the repository at this point in the history
  • Loading branch information
knikhil42 committed Sep 17, 2022
1 parent cc4e8d7 commit d7142d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cdefense/templates/keycloak/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
app: keycloak
data:
KC_DB_NAME: {{ .Values.keycloak.db.name }}
KC_DB_NAME: {{ .Values.db.name }}
KC_HOSTNAME_STRICT: "false"
KC_HTTP_RELATIVE_PATH: /auth
KC_PROXY: "edge"
Expand Down
2 changes: 0 additions & 2 deletions charts/cdefense/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ keycloak:
replicas: 1
image: quay.io/keycloak/keycloak
version: "18.0.0"
db:
name: cdefense
user: authadmin
service:
type: NodePort
Expand Down

0 comments on commit d7142d0

Please sign in to comment.