Skip to content

Commit b6f688d

Browse files
committed
Use shorter name for keycloak postgres config
1 parent ee53092 commit b6f688d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/brokencrystals/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: |
44
Benchmark application that uses modern technologies and implements a set of
55
common security vulnerabilities
66
type: application
7-
version: 0.0.70
7+
version: 0.0.71
88
keywords:
99
- brokencrystals
1010
- brkn

charts/brokencrystals/templates/config-keycloak-postgres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
kind: ConfigMap
33
metadata:
4-
name: {{ include "brokencrystals.fullname" . }}-keycloak-postgres
4+
name: {{ include "brokencrystals.fullname" . }}-kc-db
55
namespace: {{ .Release.Namespace }}
66
data:
77
postgresql.conf.sample: |

charts/brokencrystals/templates/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
cpu: 100m
7474
memory: 50Mi
7575
volumeMounts:
76-
- name: {{ include "brokencrystals.fullname" . }}-keycloak-postgres
76+
- name: {{ include "brokencrystals.fullname" . }}-kc-db
7777
mountPath: /usr/local/share/postgresql/postgresql.conf.sample
7878
subPath: postgresql.conf.sample
7979
readOnly: true
@@ -235,9 +235,9 @@ spec:
235235
- name: {{ include "brokencrystals.fullname" . }}-postgres
236236
configMap:
237237
name: {{ include "brokencrystals.fullname" . }}-postgres
238-
- name: {{ include "brokencrystals.fullname" . }}-keycloak-postgres
238+
- name: {{ include "brokencrystals.fullname" . }}-kc-db
239239
configMap:
240-
name: {{ include "brokencrystals.fullname" . }}-keycloak-postgres
240+
name: {{ include "brokencrystals.fullname" . }}-kc-db
241241
- name: {{ include "brokencrystals.fullname" . }}-keycloak
242242
configMap:
243243
name: {{ include "brokencrystals.fullname" . }}-keycloak

0 commit comments

Comments
 (0)