File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: |
44 Benchmark application that uses modern technologies and implements a set of
55 common security vulnerabilities
66type : application
7- version : 0.0.70
7+ version : 0.0.71
88keywords :
99 - brokencrystals
1010 - brkn
Original file line number Diff line number Diff line change 11apiVersion : v1
22kind : ConfigMap
33metadata :
4- name : {{ include "brokencrystals.fullname" . }}-keycloak-postgres
4+ name : {{ include "brokencrystals.fullname" . }}-kc-db
55 namespace : {{ .Release.Namespace }}
66data :
77 postgresql.conf.sample : |
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments