Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend-clients
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
frontend-clients
Commits
dc8f2528
Commit
dc8f2528
authored
4 months ago
by
OZGCloud
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into OZG-7047-tooltip-improvement
parents
92fb8480
a1c4f619
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/helm/templates/keycloak_crd.yaml
+3
-3
3 additions, 3 deletions
src/main/helm/templates/keycloak_crd.yaml
src/test/helm/keycloak_crd_test.yaml
+7
-1
7 additions, 1 deletion
src/test/helm/keycloak_crd_test.yaml
with
10 additions
and
4 deletions
src/main/helm/templates/keycloak_crd.yaml
+
3
−
3
View file @
dc8f2528
...
...
@@ -22,8 +22,7 @@
# unter der Lizenz sind dem Lizenztext zu entnehmen.
#
{{
- if not (.Values.sso).disableOzgOperator -
}}
---
{{
if not (.Values.sso).disableOzgOperator -
}}
apiVersion
:
operator.ozgcloud.de/v1
kind
:
OzgCloudKeycloakRealm
metadata
:
...
...
@@ -31,7 +30,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
}}
...
...
This diff is collapsed.
Click to expand it.
src/test/helm/keycloak_crd_test.yaml
+
7
−
1
View file @
dc8f2528
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment