From 55b10b075a17220b864b8cfaf4ed3797c4b01902 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 24 Oct 2025 20:43:41 +0200 Subject: [PATCH] fix dockerfile 4 --- deployment/deploy-yml.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/deploy-yml.tmpl b/deployment/deploy-yml.tmpl index 8044a78..3684d2d 100644 --- a/deployment/deploy-yml.tmpl +++ b/deployment/deploy-yml.tmpl @@ -48,9 +48,9 @@ spec: initialDelaySeconds: 5 periodSeconds: 5 volumes: - - name: knot-config - persistentVolumeClaim: - claimName: knot-dns-config + # - name: knot-config + # persistentVolumeClaim: + # claimName: knot-dns-config - name: knot-data persistentVolumeClaim: claimName: knot-dns-data