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
......@@ -31,7 +31,8 @@ metadata:
namespace: {{ include "app.namespace" . }}
spec:
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 }}
realmRoles:
{{ toYaml . | indent 4}}
......
......@@ -32,6 +32,7 @@ set:
ozgcloud:
environment: test
bezeichner: helm
bundesland: sh
tests:
- it: should contain header data
asserts:
......@@ -136,4 +137,9 @@ tests:
- it: should not create realm roles by default
asserts:
- isNull:
path: spec.realmRoles
\ No newline at end of file
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