Compare commits

..

No commits in common. "b9814b70b6125140d0c11a0d81b1273bfb9bb429" and "be0d734ca92c333ba28081f3ea435502594fae98" have entirely different histories.

View file

@ -97,8 +97,6 @@ spec:
labels:
app: bind-master
spec:
securityContext:
fsGroup: 999
containers:
- name: bind-master
image: internetsystemsconsortium/bind9:9.18
@ -118,8 +116,6 @@ spec:
- name: dns-secrets
mountPath: /etc/bind/externaldns-key.conf
subPath: externaldns-key.conf
- name: bind-cache
mountPath: /var/cache/bind
volumes:
- name: dns-secrets
secret:
@ -127,8 +123,6 @@ spec:
- name: config
configMap:
name: bind-master-config
- name: bind-cache
emptyDir: {}
---
apiVersion: apps/v1
kind: DaemonSet
@ -146,8 +140,6 @@ spec:
spec:
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
securityContext:
fsGroup: 999
containers:
- name: bind9
image: internetsystemsconsortium/bind9:9.18