We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23570fc commit 7fa57c2Copy full SHA for 7fa57c2
2 files changed
manifests/bind9/base/Deployment.yaml
@@ -46,6 +46,9 @@ spec:
46
- name: data
47
mountPath: /etc/bind/conf.d/external
48
subPath: /git/conf/conf.d/external
49
+ - name: data
50
+ mountPath: /etc/bind/conf.d/acl
51
+ subPath: /git/conf/conf.d/acl
52
- name: /git/conf/conf.d/internal
53
mountPath: /etc/bind/conf.d/internal
54
subPath: /git/conf/conf.d/internal
manifests/bind9/overlays/production/kustomization.yaml
@@ -13,4 +13,4 @@ namespace: dns
13
14
images:
15
- name: nofusscomputing/bind
16
- newTag: '1.0.0'
+ newTag: '1.0.0-rc2'
0 commit comments