From 02bdf76537144648eaec22bd975f4fbe3e5f3da8 Mon Sep 17 00:00:00 2001 From: aaronspruit Date: Sat, 18 Sep 2021 16:58:01 -0700 Subject: [PATCH] Added Volume to Netmaker-backend container spec The volume for the DNS config was not included in the netmaker-backend container spec. This caused the coredns container to continually fail. --- kube/netmaker-template.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kube/netmaker-template.yaml b/kube/netmaker-template.yaml index 8c30570d..d245e473 100644 --- a/kube/netmaker-template.yaml +++ b/kube/netmaker-template.yaml @@ -65,6 +65,9 @@ spec: value: "Kubernetes" - name: CORS_ALLOWED_ORIGIN value: "*" + volumeMounts: + - name: nm-pvc + mountPath: /root/config/dnsconfig - name: rqlite image: rqlite/rqlite ports: