Add verification step for kubectl and cluster connection in tofu workflow
This commit is contained in:
parent
7c42fbb333
commit
1f0ea6c750
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@ jobs:
|
|||
run: |
|
||||
printf "%s" "${{ steps.bitwarden-secrets.outputs.kube_config }}" > ~/.kube/config
|
||||
|
||||
- name: Verify kubectl and Cluster Connection
|
||||
run: |
|
||||
kubectl get nodes
|
||||
|
||||
- name: Setup OpenTofu
|
||||
uses: https://github.com/opentofu/setup-opentofu@v1.0.5
|
||||
|
||||
|
|
Reference in a new issue