ci: feat restart coredns after deployment #8

Merged
t.behrendt merged 1 commits from feat-restart-coredns-after-deployment into main 2025-10-05 20:57:40 +02:00
Showing only changes of commit 5d7efbb398 - Show all commits

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