Verify deployment access instead of node access
This commit is contained in:
parent
77e4c1a530
commit
58fd99b760
@ -87,7 +87,7 @@ jobs:
|
||||
|
||||
- name: Verify kubectl connection
|
||||
run: |
|
||||
kubectl get nodes
|
||||
kubectl get deployment socktop-webterm -n default || echo "Deployment will be created"
|
||||
|
||||
- name: Update deployment image
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user