File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.72
7+ version : 0.0.73
88keywords :
99 - brokencrystals
1010 - brkn
Original file line number Diff line number Diff line change @@ -157,6 +157,12 @@ spec:
157157 value : " https://raw.githubusercontent.com/NeuraLegion/brokencrystals/development/config/keys/jku.json"
158158 - name : X5U_URL
159159 value : " https://raw.githubusercontent.com/NeuraLegion/brokencrystals/development/config/keys/x509.crt"
160+ {{ $configmap := (lookup "v1" "ConfigMap" .Release.Namespace .Values.clusterConfigMap) }}
161+ {{- if $configmap}}
162+ envFrom :
163+ - configMapRef :
164+ name : {{ $configmap.metadata.name }}
165+ {{- end}}
160166 volumeMounts :
161167 - name : {{ include "brokencrystals.fullname" . }}-nginx-proxy
162168 mountPath : /etc/nginx/conf.d/default.conf
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ snifferApiURL: ""
1414snifferApiKey : " "
1515snifferProjectID : " "
1616snifferNetworkInterface : " "
17-
17+ clusterConfigMap : " brokencrystals-config "
You can’t perform that action at this time.
0 commit comments