From 060e7284119b657e16fea9072fdaf4fe183918da Mon Sep 17 00:00:00 2001 From: Sharing IO Date: Mon, 16 Nov 2020 15:46:28 +1300 Subject: [PATCH] Update deploy --- charts/powerdns/templates/powerdns-deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/powerdns/templates/powerdns-deployment.yaml b/charts/powerdns/templates/powerdns-deployment.yaml index e0c45f1..fab7749 100644 --- a/charts/powerdns/templates/powerdns-deployment.yaml +++ b/charts/powerdns/templates/powerdns-deployment.yaml @@ -102,5 +102,7 @@ spec: - containerPort: 8081 name: api protocol: TCP + volumeMounts: {{- toYaml .Values.powerdns.extraVolumeMounts | nindent 10 }} + volumes: {{- toYaml .Values.powerdns.extraVolumes | nindent 8 }}