From f59f82e778ec1ae122a09fa78ee96eba30200897 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 1 Jul 2025 11:24:48 +1000 Subject: [PATCH] emptydir for run dir --- deployments/dns/bind.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deployments/dns/bind.yaml b/deployments/dns/bind.yaml index defa798..fede872 100644 --- a/deployments/dns/bind.yaml +++ b/deployments/dns/bind.yaml @@ -121,6 +121,8 @@ spec: subPath: externaldns-key.conf - name: bind-cache mountPath: /var/cache/bind + - name: bind-rundir + mountPath: /run/named volumes: - name: dns-secrets secret: @@ -130,6 +132,8 @@ spec: name: bind-master-config - name: bind-cache emptyDir: {} + - name: bind-rundir + emptyDir: {} --- apiVersion: apps/v1 kind: DaemonSet