Skip to content

Commit 1f0ea6c

Browse files
committedFeb 14, 2025
Add verification step for kubectl and cluster connection in tofu workflow
1 parent 7c42fbb commit 1f0ea6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.forgejo/workflows/tofu.yml

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
run: |
5252
printf "%s" "${{ steps.bitwarden-secrets.outputs.kube_config }}" > ~/.kube/config
5353
54+
- name: Verify kubectl and Cluster Connection
55+
run: |
56+
kubectl get nodes
57+
5458
- name: Setup OpenTofu
5559
uses: https://github.com/opentofu/setup-opentofu@v1.0.5
5660

0 commit comments

Comments
 (0)
Please sign in to comment.