diff --git a/.github/workflows/deploy-cluster.yml b/.github/workflows/deploy-cluster.yml index f2d1023..eb6bdb2 100644 --- a/.github/workflows/deploy-cluster.yml +++ b/.github/workflows/deploy-cluster.yml @@ -41,7 +41,7 @@ jobs: - name: Apply tailscale operator working-directory: ./iac run: | - az aks command invoke -n ${{ secrets.AZURERM_AKS_CLUSTER_NAME }} -g rg-service-not2day --command "helm repo add tailscale https://pkgs.tailscale.com/helmcharts && helm repo update && helm upgrade --install tailscale-operator-1 tailscale/tailscale-operator --set-string oauth.clientId=${{secrets.TAILSCALE_CLIENT_ID}} --set-string oauth.clientSecret=${{secrets.TAILSCALE_CLIENT_SECRET}} --set-string apiServerProxyConfig.mode=true --wait || true" + az aks command invoke -n ${{ secrets.AZURERM_AKS_CLUSTER_NAME }} -g rg-service-not2day --command "helm repo add tailscale https://pkgs.tailscale.com/helmcharts && helm repo update && helm upgrade --install tailscale-operator tailscale/tailscale-operator --set-string oauth.clientId=${{secrets.TAILSCALE_CLIENT_ID}} --set-string oauth.clientSecret=${{secrets.TAILSCALE_CLIENT_SECRET}} --set-string apiServerProxyConfig.mode=true --wait || true" - name: Connect to tailscale uses: tailscale/github-action@v2 with: @@ -50,7 +50,7 @@ jobs: tags: tag:ci - name: Configure kubernetes config - run: tailscale configure kubeconfig tailscale-operator-1 + run: tailscale configure kubeconfig tailscale-operator - name: Check working cluster run: kubectl get pods -A diff --git a/.github/workflows/install-components-az.yml b/.github/workflows/install-components-az.yml index d6404f5..f3c77dd 100644 --- a/.github/workflows/install-components-az.yml +++ b/.github/workflows/install-components-az.yml @@ -59,7 +59,7 @@ jobs: tags: tag:ci - name: Configure kubernetes config - run: tailscale configure kubeconfig tailscale-operator-1 + run: tailscale configure kubeconfig tailscale-operator - name: Install Grafana if: ${{ github.event.inputs.component == 'all' || contains(github.event.inputs.component, 'grafana') }} diff --git a/.github/workflows/uninstall-components-az.yml b/.github/workflows/uninstall-components-az.yml index 6c2ac76..f617880 100644 --- a/.github/workflows/uninstall-components-az.yml +++ b/.github/workflows/uninstall-components-az.yml @@ -51,7 +51,7 @@ jobs: tags: tag:ci - name: Configure kubernetes config - run: tailscale configure kubeconfig tailscale-operator-1 + run: tailscale configure kubeconfig tailscale-operator - name: Uninstall MySQL working-directory: ./helm/mysql diff --git a/.github/workflows/upgrade-components-az.yml b/.github/workflows/upgrade-components-az.yml index 906b08e..73d5b03 100644 --- a/.github/workflows/upgrade-components-az.yml +++ b/.github/workflows/upgrade-components-az.yml @@ -56,7 +56,7 @@ jobs: tags: tag:ci - name: Configure kubernetes config - run: tailscale configure kubeconfig tailscale-operator-1 + run: tailscale configure kubeconfig tailscale-operator - name: Undeploy game operator working-directory: ./operator