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

Merge pull request 'OZG-6971 change antragsraum to antragraum in helm' (#493)...

Merge pull request 'OZG-6971 change antragsraum to antragraum in helm' (#493) from OZG-6791 into master
parents f7dfe983 29be75e2
Branches
Tags
No related merge requests found
......@@ -59,10 +59,10 @@ spec:
- from:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: {{((.Values.ozgcloud).antragraum).antragsraumProxyNamespace | default "antragsraum-proxy"}}
kubernetes.io/metadata.name: {{((.Values.ozgcloud).antragraum).antragraumProxyNamespace | default "antragraum-proxy"}}
podSelector:
matchLabels:
component: antragsraum-proxy
component: antragraum-proxy
{{- end }}
- from:
......
......@@ -35,7 +35,7 @@ set:
bezeichner: helm
imagePullSecret: test-image-pull-secret
tests:
- it: should set antragsraum values
- it: should set antragraum values
set:
ozgcloud:
antragraum:
......@@ -69,7 +69,7 @@ tests:
name: ozgcloud_antragraum_decryptionCertificate
value: "file:/keystore/bayernid/bayern-id.crt"
- it: should not generate antragsraum config if disabled
- it: should not generate antragraum config if disabled
set:
ozgcloud.antragraum.enabled: false
asserts:
......@@ -114,7 +114,7 @@ tests:
name: bayernid-certificate
mountPath: "/keystore/bayernid"
readOnly: true
- it: should not set volumeMounts if antragsraum is disabled
- it: should not set volumeMounts if antragraum is disabled
set:
ozgcloud.antragraum.enabled: false
asserts:
......@@ -140,7 +140,7 @@ tests:
secret:
secretName: bayernid-certificate
optional: false
- it: should not have volumes if antragsraum is disabled
- it: should not have volumes if antragraum is disabled
set:
ozgcloud.antragraum.enabled: false
asserts:
......
......@@ -154,10 +154,10 @@ tests:
from:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: antragsraum-proxy
kubernetes.io/metadata.name: antragraum-proxy
podSelector:
matchLabels:
component: antragsraum-proxy
component: antragraum-proxy
- it: should set ingress rule for antragraum-proxy if antragraum is enabled
set:
......@@ -166,7 +166,7 @@ tests:
ozgcloud:
antragraum:
enabled: true
antragsraumProxyNamespace: antragsraum-proxy
antragraumProxyNamespace: antragraum-proxy
asserts:
- contains:
path: spec.ingress
......@@ -174,10 +174,10 @@ tests:
from:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: antragsraum-proxy
kubernetes.io/metadata.name: antragraum-proxy
podSelector:
matchLabels:
component: antragsraum-proxy
component: antragraum-proxy
- it: should not add ingress rule for antragraum if antragraum is disabled
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment