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

Merge branch 'master' into OZG-6710-Update-common-lib

parents 3a393be1 e430885c
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
<groupId>de.ozgcloud.info</groupId>
<artifactId>info-manager-interface</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
<name>OZG-Cloud Info Manager gRPC Interface</name>
<description>Interface (gRPC) for Info Manager Server</description>
......
......@@ -32,7 +32,7 @@
<groupId>de.ozgcloud.info</groupId>
<artifactId>info-manager-server</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
<name>OZG-Cloud Info Manager Server</name>
<description>Server Implementierung des InfoManagers</description>
......
......@@ -105,13 +105,6 @@ spec:
- name: spring_data_mongodb_database
value: {{ .Values.database.databaseName }}
- name: OZGCLOUD_JWT_SECRET
valueFrom:
secretKeyRef:
name: antragsraum-jwt-secret
key: jwt-secret
optional: false
{{- with include "app.getCustomList" . }}
{{ . | indent 8 }}
{{- end }}
......
......@@ -92,17 +92,6 @@ tests:
key: connectionString.standardSrv
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
asserts:
- contains:
......
......@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.ozgcloud.info</groupId>
<artifactId>info-manager</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
<name>OZG-Cloud Info Manager</name>
<packaging>pom</packaging>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment