Skip to content
Snippets Groups Projects
Commit e430885c authored by OZGCloud's avatar OZGCloud
Browse files

Merge pull request 'OZG-6701 remove jwt tokemn in helm chart' (#34) from...

Merge pull request 'OZG-6701 remove jwt tokemn in helm chart' (#34) from OZG-6701-remove-jwt-token-in-helm-chart into master
parents 19db76cf 66cdc979
No related branches found
No related tags found
No related merge requests found
...@@ -105,13 +105,6 @@ spec: ...@@ -105,13 +105,6 @@ spec:
- name: spring_data_mongodb_database - name: spring_data_mongodb_database
value: {{ .Values.database.databaseName }} value: {{ .Values.database.databaseName }}
- name: OZGCLOUD_JWT_SECRET
valueFrom:
secretKeyRef:
name: antragsraum-jwt-secret
key: jwt-secret
optional: false
{{- with include "app.getCustomList" . }} {{- with include "app.getCustomList" . }}
{{ . | indent 8 }} {{ . | indent 8 }}
{{- end }} {{- end }}
......
...@@ -92,17 +92,6 @@ tests: ...@@ -92,17 +92,6 @@ tests:
key: connectionString.standardSrv key: connectionString.standardSrv
optional: false optional: false
- it: should set jwt-secret
asserts:
- contains:
path: spec.template.spec.containers[0].env
content:
name: OZGCLOUD_JWT_SECRET
valueFrom:
secretKeyRef:
key: jwt-secret
name: antragsraum-jwt-secret
optional: false
- it: should set SERVICE_BINDING_ROOT - it: should set SERVICE_BINDING_ROOT
asserts: asserts:
- contains: - contains:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment