Skip to content

Commit

Permalink
Update deployServices.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lnordhus authored Nov 28, 2023
1 parent 17bea8e commit f265720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deployServices.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -e

export HELM_EXPERIMENTAL_OCI=1

echo "$SP_ALVTIME_ADMIN_RBAC_SECRET" | helm registry login "$CONTAINER_REGISTRY.azurecr.io" \
--username "$SP_ALVTIME_ADMIN_CLIENT_ID" \
echo $(AZURE-SERVICE-PRINCIPAL-PASSWORD) | helm registry login "$CONTAINER_REGISTRY.azurecr.io" \
--username $(AZURE-SERVICE-PRINCIPAL-USERNAME) \
--password-stdin

helm pull "oci://$CONTAINER_REGISTRY.azurecr.io/helm/chart" --version v1 --untar
Expand Down

0 comments on commit f265720

Please sign in to comment.