diff --git a/deployments/dns/bind.yaml b/deployments/dns/bind.yaml index 6c0f21e..096876b 100644 --- a/deployments/dns/bind.yaml +++ b/deployments/dns/bind.yaml @@ -108,12 +108,10 @@ spec: - -c - > while true ; do sleep 3600 ; done - curl -o /hints/root.hints https://www.internic.net/domain/named.cache volumeMounts: - mountPath: /hints name: root-hints - restartPolicy: Never containers: - name: bind-master