Remove restart policy because its pod level and i want bind-master restarting

This commit is contained in:
j 2025-07-01 11:41:17 +10:00
parent e69ff2ae25
commit e41bf4f218

View file

@ -108,12 +108,10 @@ spec:
- -c - -c
- > - >
while true ; do sleep 3600 ; done while true ; do sleep 3600 ; done
curl -o /hints/root.hints https://www.internic.net/domain/named.cache
volumeMounts: volumeMounts:
- mountPath: /hints - mountPath: /hints
name: root-hints name: root-hints
restartPolicy: Never
containers: containers:
- name: bind-master - name: bind-master