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

OZG-7347: Add bundesland field to Keycloak-CR.

parent bd8114dc
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ metadata:
spec:
keep_after_delete: {{ (.Values.sso).keep_after_delete | default false }}
displayName: {{ include "app.ssoRealmDisplayName" . }}
bundesland: {{ (.Values.ozgcloud).bundesland }}
{{- with ((.Values.sso).keycloak_realm).roles }}
realmRoles:
{{ toYaml . | indent 4}}
......
......@@ -32,6 +32,7 @@ set:
ozgcloud:
environment: test
bezeichner: helm
bundesland: sh
tests:
- it: should contain header data
asserts:
......@@ -137,3 +138,8 @@ tests:
asserts:
- isNull:
path: spec.realmRoles
- it: should have a bundesland
asserts:
- equal:
path: spec.bundesland
value: sh
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment