Skip to content

Commit

Permalink
simplify app reg secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsgstrabo committed Oct 18, 2024
1 parent 1fff824 commit 11a897c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cicd-canary/update_auth_secret.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fi

SECRET_NAME="radix-cicd-canary-values"
APP_REGISTRATION_NAME="radix-cicd-canary-private-acr"
APP_SECRET_NAME="${RADIX_ZONE}-${RADIX_ENVIRONMENT}"
APP_SECRET_NAME="$RADIX_ZONE"

#######################################################################################
### Prepare az session
Expand Down

0 comments on commit 11a897c

Please sign in to comment.