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
Branches
Tags
No related merge requests found
...@@ -32,6 +32,7 @@ metadata: ...@@ -32,6 +32,7 @@ metadata:
spec: spec:
keep_after_delete: {{ (.Values.sso).keep_after_delete | default false }} keep_after_delete: {{ (.Values.sso).keep_after_delete | default false }}
displayName: {{ include "app.ssoRealmDisplayName" . }} displayName: {{ include "app.ssoRealmDisplayName" . }}
bundesland: {{ (.Values.ozgcloud).bundesland }}
{{- with ((.Values.sso).keycloak_realm).roles }} {{- with ((.Values.sso).keycloak_realm).roles }}
realmRoles: realmRoles:
{{ toYaml . | indent 4}} {{ toYaml . | indent 4}}
......
...@@ -32,6 +32,7 @@ set: ...@@ -32,6 +32,7 @@ set:
ozgcloud: ozgcloud:
environment: test environment: test
bezeichner: helm bezeichner: helm
bundesland: sh
tests: tests:
- it: should contain header data - it: should contain header data
asserts: asserts:
...@@ -137,3 +138,8 @@ tests: ...@@ -137,3 +138,8 @@ tests:
asserts: asserts:
- isNull: - isNull:
path: spec.realmRoles 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