We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be17fe commit 1053a4bCopy full SHA for 1053a4b
1 file changed
applications/accounts/deploy/resources/realm.json
@@ -119,9 +119,9 @@
119
},
120
"clients": [
121
{
122
- "id": "18893fbb-8252-4aaa-bc9b-60799ceb9932",
123
- "clientId": "account-console",
124
- "name": "${client_account-console}",
+ "id": "18893fbb-8252-4aaa-bc9b-60799ceb9931",
+ "clientId": "account-console-copy",
+ "name": "${client_account-console} (Copy)",
125
"rootUrl": "${authBaseUrl}",
126
"baseUrl": {{ printf "/realms/%s/account" .Values.namespace | quote }},
127
"surrogateAuthRequired": false,
0 commit comments