Skip to content

Commit 7d723f8

Browse files
authored
fix: Typo in deploying Eclipse Che on Azure (#2695)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
1 parent cdb0a0d commit 7d723f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/administration-guide/partials/proc_installing-che-on-microsoft-azure-kubernetes-service.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
identityProviderURL: "https://sts.windows.net/$(az account show --query "tenantId" --output tsv)/v2.0/"
2121
identityToken: access_token
2222
oAuthClientName: $(az ad app list --query "[?displayName=='$ECLIPSE_CHE_APPLICATION_DISPLAY_NAME'].appId" --output tsv)
23-
oAuthSecret: $(az ad app credential reset --id $ECLIPSE_CHE_APPLICATION_ID --query "password" --output tsv)
23+
oAuthSecret: $(az ad app credential reset --id $(az ad app list --query "[?displayName=='$ECLIPSE_CHE_APPLICATION_DISPLAY_NAME'].id" --output tsv) --query "password" --output tsv)
2424
oAuthScope: openid email profile 6dae42f8-4368-4678-94ff-3960e28e3630/user.read
2525
gateway:
2626
deployment:

0 commit comments

Comments
 (0)