Skip to content

Commit

Permalink
Use shorter name for keycloak postgres config
Browse files Browse the repository at this point in the history
  • Loading branch information
rielas committed May 8, 2024
1 parent ee53092 commit b6f688d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/brokencrystals/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |
Benchmark application that uses modern technologies and implements a set of
common security vulnerabilities
type: application
version: 0.0.70
version: 0.0.71
keywords:
- brokencrystals
- brkn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "brokencrystals.fullname" . }}-keycloak-postgres
name: {{ include "brokencrystals.fullname" . }}-kc-db
namespace: {{ .Release.Namespace }}
data:
postgresql.conf.sample: |
Expand Down
6 changes: 3 additions & 3 deletions charts/brokencrystals/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
cpu: 100m
memory: 50Mi
volumeMounts:
- name: {{ include "brokencrystals.fullname" . }}-keycloak-postgres
- name: {{ include "brokencrystals.fullname" . }}-kc-db
mountPath: /usr/local/share/postgresql/postgresql.conf.sample
subPath: postgresql.conf.sample
readOnly: true
Expand Down Expand Up @@ -235,9 +235,9 @@ spec:
- name: {{ include "brokencrystals.fullname" . }}-postgres
configMap:
name: {{ include "brokencrystals.fullname" . }}-postgres
- name: {{ include "brokencrystals.fullname" . }}-keycloak-postgres
- name: {{ include "brokencrystals.fullname" . }}-kc-db
configMap:
name: {{ include "brokencrystals.fullname" . }}-keycloak-postgres
name: {{ include "brokencrystals.fullname" . }}-kc-db
- name: {{ include "brokencrystals.fullname" . }}-keycloak
configMap:
name: {{ include "brokencrystals.fullname" . }}-keycloak
Expand Down

0 comments on commit b6f688d

Please sign in to comment.