Skip to content

Commit 0f5aa72

Browse files
committed
fix(bind9): correct vm name
ref: #21
1 parent 581e1e1 commit 0f5aa72

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

manifests/bind9/base/Deployment.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,10 @@ spec:
4949
- name: data
5050
mountPath: /etc/bind/conf.d/acl
5151
subPath: git/conf/conf.d/acl
52-
- name: /git/conf/conf.d/internal
52+
- name: data
5353
mountPath: /etc/bind/conf.d/internal
5454
subPath: git/conf/conf.d/internal
5555

56-
- name: run
57-
mountPath: /run
58-
5956
- name: data
6057
mountPath: /var/bind/dyn
6158
subPath: git/zones/dyn

0 commit comments

Comments
 (0)