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

Merge pull request 'OZG-7347: Add bundesland field to Keycloak-CR.' (#858)...

Merge pull request 'OZG-7347: Add bundesland field to Keycloak-CR.' (#858) from OZG-7347-bundesland-an-keycloak-weitergeben into master

Reviewed-on: https://git.ozg-sh.de/ozgcloud-app/alfa/pulls/858


Reviewed-by: default avatarOZGCloud <ozgcloud@mgm-tp.com>
parents bd8114dc 90c8207c
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: {{ include "app.ozgcloudBundesland" . }}
{{- 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