diff --git a/deploy/demo/env.yaml b/deploy/demo/env.yaml index 2c3d314..1a89718 100644 --- a/deploy/demo/env.yaml +++ b/deploy/demo/env.yaml @@ -9,7 +9,8 @@ spec: template: spec: containers: - - env: + - name: organization-catalog + env: - name: MONGO_HOST valueFrom: secretKeyRef: @@ -44,4 +45,4 @@ spec: valueFrom: secretKeyRef: name: commonurl-demo - key: ORGANIZATION_CATALOG_BASE_URI + key: ORGANIZATION_CATALOG_BASE_URI \ No newline at end of file diff --git a/deploy/prod/env.yaml b/deploy/prod/env.yaml index 4a855e7..d388671 100644 --- a/deploy/prod/env.yaml +++ b/deploy/prod/env.yaml @@ -9,7 +9,8 @@ spec: template: spec: containers: - - env: + - name: organization-catalog + env: - name: MONGO_HOST valueFrom: secretKeyRef: @@ -44,4 +45,4 @@ spec: valueFrom: secretKeyRef: name: commonurl-prod - key: ORGANIZATION_CATALOG_BASE_URI + key: ORGANIZATION_CATALOG_BASE_URI \ No newline at end of file diff --git a/pom.xml b/pom.xml index be975e1..7d2e723 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 no.digdir @@ -22,7 +23,7 @@ - 17 + 21 UTF-8 UTF-8 UTF-8 @@ -203,7 +204,9 @@ compile - compile + + compile + ${project.basedir}/src/main/kotlin @@ -212,7 +215,9 @@ test-compile - test-compile + + test-compile + ${project.basedir}/src/test/kotlin