This commit is contained in:
Michelle Soedal 2020-12-18 06:42:25 -08:00
Родитель b8d19de784
Коммит 3bdfae181b
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -125,7 +125,7 @@ az aks get-credentials -g $RGNAME -n $AKSNAME
# Use Helm to deploy a traefik ingress controller
echo "helm repo add && helm repo update"
$HELMDIR/helm repo add stable https://kubernetes-charts.storage.googleapis.com/
$HELMDIR/helm repo add stable https://charts.helm.sh/stable
$HELMDIR/helm repo update
echo ""

Просмотреть файл

@ -173,7 +173,7 @@ az aks get-credentials -g $RGNAME -n $AKSNAME
if [[ $ENABLEINGRESS == "true" ]]; then
# Use Helm to deploy a traefik ingress controller
echo "helm repo add && helm repo update"
$HELMDIR/helm repo add stable https://kubernetes-charts.storage.googleapis.com/
$HELMDIR/helm repo add stable https://charts.helm.sh/stable
$HELMDIR/helm repo update
echo ""