Skip to content

Commit 7fa57c2

Browse files
committed
feat(bind9): Add bind acl directory
ref:
1 parent 23570fc commit 7fa57c2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

manifests/bind9/base/Deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ spec:
4646
- name: data
4747
mountPath: /etc/bind/conf.d/external
4848
subPath: /git/conf/conf.d/external
49+
- name: data
50+
mountPath: /etc/bind/conf.d/acl
51+
subPath: /git/conf/conf.d/acl
4952
- name: /git/conf/conf.d/internal
5053
mountPath: /etc/bind/conf.d/internal
5154
subPath: /git/conf/conf.d/internal

manifests/bind9/overlays/production/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ namespace: dns
1313

1414
images:
1515
- name: nofusscomputing/bind
16-
newTag: '1.0.0'
16+
newTag: '1.0.0-rc2'

0 commit comments

Comments
 (0)