Skip to content

Commit

Permalink
fix: aks connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir David authored and Tamir David committed Oct 14, 2024
1 parent e5e999f commit 6b5c629
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cross-cloud-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ jobs:
# - name: Plan OpenTofu
# run: tofu -chdir=$TF_DIR plan

# - name: Apply OpenTofu Configuration
# run: |
# tofu -chdir=$TF_DIR apply -auto-approve
# az aks get-credentials --resource-group tests-rg --name tests-aks
- name: Apply OpenTofu Configuration
run: |
# tofu -chdir=$TF_DIR apply -auto-approve
az aks get-credentials --resource-group tests-rg --name tests-aks

- name: Verify cluster Access
run: |
Expand Down

0 comments on commit 6b5c629

Please sign in to comment.