From d010fbdb9f8c94e692d8b399af8acebdb38dfccf Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Tue, 6 Jun 2023 13:48:28 +0200 Subject: [PATCH] fix host --- charts/powerdns/0.1.11/templates/admin-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/powerdns/0.1.11/templates/admin-deployment.yaml b/charts/powerdns/0.1.11/templates/admin-deployment.yaml index 2154e61..cf38f7c 100644 --- a/charts/powerdns/0.1.11/templates/admin-deployment.yaml +++ b/charts/powerdns/0.1.11/templates/admin-deployment.yaml @@ -50,7 +50,7 @@ spec: - name: PDNS_PORT value: {{ .Values.admin.powerdns_port | quote }} - name: PDNSADMIN_SQLA_DB_HOST - value: {{ template "powerdns.fullname" . }}-service-db + value: {{ .Values.admin.mysql_host | quote }} - name: PDNSADMIN_SQLA_DB_PASSWORD valueFrom: secretKeyRef: