diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 9e339aff4..0e842fb49 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -91,9 +91,11 @@ jobs: shell: bash run: | cd ./wlan-helm/tip-wlan + aws eks update-kubeconfig --name ${{ env.AWS_EKS_NAME }} + # temp helm del tip -n default helm delete ns tip - aws eks update-kubeconfig --name ${{ env.AWS_EKS_NAME }} + # start deployment helm dependency update helm upgrade --install tip . -f resources/environments/aws-cicd.yaml --create-namespace --namespace tip