refactor: isolate use cases
Some checks failed
Validate / validate-node-lables (push) Failing after 18s
Some checks failed
Validate / validate-node-lables (push) Failing after 18s
This commit is contained in:
@@ -6,7 +6,7 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
validate-node-lables:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
@@ -17,4 +17,4 @@ jobs:
|
||||
kubeconfig: ${{ secrets.KUBECONFIG }}
|
||||
- name: Validate
|
||||
run: |
|
||||
kubectl apply --server-side --field-manager=t000-n --dry-run=server -f k8s/
|
||||
kubectl apply --server-side --field-manager=t000-n --dry-run=server -f node-lables
|
||||
|
||||
Reference in New Issue
Block a user