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

OZG-6971 change antragsraum to antragraum in helm

parent f7dfe983
No related branches found
No related tags found
No related merge requests found
...@@ -59,10 +59,10 @@ spec: ...@@ -59,10 +59,10 @@ spec:
- from: - from:
- namespaceSelector: - namespaceSelector:
matchLabels: matchLabels:
kubernetes.io/metadata.name: {{((.Values.ozgcloud).antragraum).antragsraumProxyNamespace | default "antragsraum-proxy"}} kubernetes.io/metadata.name: {{((.Values.ozgcloud).antragraum).antragraumProxyNamespace | default "antragraum-proxy"}}
podSelector: podSelector:
matchLabels: matchLabels:
component: antragsraum-proxy component: antragraum-proxy
{{- end }} {{- end }}
- from: - from:
......
...@@ -35,7 +35,7 @@ set: ...@@ -35,7 +35,7 @@ set:
bezeichner: helm bezeichner: helm
imagePullSecret: test-image-pull-secret imagePullSecret: test-image-pull-secret
tests: tests:
- it: should set antragsraum values - it: should set antragraum values
set: set:
ozgcloud: ozgcloud:
antragraum: antragraum:
...@@ -69,7 +69,7 @@ tests: ...@@ -69,7 +69,7 @@ tests:
name: ozgcloud_antragraum_decryptionCertificate name: ozgcloud_antragraum_decryptionCertificate
value: "file:/keystore/bayernid/bayern-id.crt" value: "file:/keystore/bayernid/bayern-id.crt"
- it: should not generate antragsraum config if disabled - it: should not generate antragraum config if disabled
set: set:
ozgcloud.antragraum.enabled: false ozgcloud.antragraum.enabled: false
asserts: asserts:
...@@ -114,7 +114,7 @@ tests: ...@@ -114,7 +114,7 @@ tests:
name: bayernid-certificate name: bayernid-certificate
mountPath: "/keystore/bayernid" mountPath: "/keystore/bayernid"
readOnly: true readOnly: true
- it: should not set volumeMounts if antragsraum is disabled - it: should not set volumeMounts if antragraum is disabled
set: set:
ozgcloud.antragraum.enabled: false ozgcloud.antragraum.enabled: false
asserts: asserts:
...@@ -140,7 +140,7 @@ tests: ...@@ -140,7 +140,7 @@ tests:
secret: secret:
secretName: bayernid-certificate secretName: bayernid-certificate
optional: false optional: false
- it: should not have volumes if antragsraum is disabled - it: should not have volumes if antragraum is disabled
set: set:
ozgcloud.antragraum.enabled: false ozgcloud.antragraum.enabled: false
asserts: asserts:
......
...@@ -154,10 +154,10 @@ tests: ...@@ -154,10 +154,10 @@ tests:
from: from:
- namespaceSelector: - namespaceSelector:
matchLabels: matchLabels:
kubernetes.io/metadata.name: antragsraum-proxy kubernetes.io/metadata.name: antragraum-proxy
podSelector: podSelector:
matchLabels: matchLabels:
component: antragsraum-proxy component: antragraum-proxy
- it: should set ingress rule for antragraum-proxy if antragraum is enabled - it: should set ingress rule for antragraum-proxy if antragraum is enabled
set: set:
...@@ -166,7 +166,7 @@ tests: ...@@ -166,7 +166,7 @@ tests:
ozgcloud: ozgcloud:
antragraum: antragraum:
enabled: true enabled: true
antragsraumProxyNamespace: antragsraum-proxy antragraumProxyNamespace: antragraum-proxy
asserts: asserts:
- contains: - contains:
path: spec.ingress path: spec.ingress
...@@ -174,10 +174,10 @@ tests: ...@@ -174,10 +174,10 @@ tests:
from: from:
- namespaceSelector: - namespaceSelector:
matchLabels: matchLabels:
kubernetes.io/metadata.name: antragsraum-proxy kubernetes.io/metadata.name: antragraum-proxy
podSelector: podSelector:
matchLabels: matchLabels:
component: antragsraum-proxy component: antragraum-proxy
- it: should not add ingress rule for antragraum if antragraum is disabled - 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