From cc446f7de28ba340ae6e353b5296014f1e28108f Mon Sep 17 00:00:00 2001 From: Sharing IO Date: Mon, 16 Nov 2020 15:48:24 +1300 Subject: [PATCH] Update deploy env --- 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 fab7749..50f0d9c 100644 --- a/charts/powerdns/templates/powerdns-deployment.yaml +++ b/charts/powerdns/templates/powerdns-deployment.yaml @@ -91,7 +91,9 @@ spec: secretKeyRef: name: "{{ template "powerdns.fullname" . }}-secret" key: MYSQL_PASS + {{- if .Values.powerdns.extraEnv }} {{- toYaml .Values.powerdns.extraEnv | nindent 10 }} + {{- end }} ports: - containerPort: 53 name: dns-udp