ci: feat restart coredns after deployment
All checks were successful
Validate / validate-coredns (push) Successful in 7s
Validate / validate-node-lables (push) Successful in 17s

This commit is contained in:
2025-10-05 20:57:18 +02:00
parent 240b653a52
commit 5d7efbb398

View File

@@ -53,3 +53,6 @@ jobs:
- name: Deploy
run: |
kubectl apply -n kube-system -f coredns
- name: Restart coredns
run: |
kubectl -n kube-system rollout restart deployment coredns