Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -430,15 +430,15 @@ keycloak:
- temporary: false
type: password
value: ${ACS_ADMIN_PASSWORD}
email: admin@example.com
email: acs-admin@example.com
emailVerified: true
enabled: true
firstName: ACS
lastName: Administrator
realmRoles:
- acs-admin
- offline_access
username: admin
username: acs-admin
ingress:
enabled: true
service: keycloak-service-trusted
Expand Down
Loading