pihole - quote password (#2238)

This commit is contained in:
Stavros Kois
2024-03-01 13:49:13 +02:00
committed by GitHub
parent 228d665043
commit 3ee39dcd9d
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ description: DNS and Ad-filtering for your network.
annotations:
title: Pi-hole
type: application
version: 2.0.5
version: 2.0.6
apiVersion: v2
appVersion: 2024.02.0
kubeVersion: '>=1.16.0-0'

View File

@@ -32,7 +32,7 @@ workload:
- KILL
env:
WEB_PORT: {{ .Values.piholeNetwork.webPort }}
WEBPASSWORD: {{ .Values.piholeConfig.webPassword }}
WEBPASSWORD: {{ .Values.piholeConfig.webPassword | quote }}
{{- if .Values.piholeNetwork.dhcp.enabled }}
DHCP_ACTIVE: "true"
DHCP_START: {{ .Values.piholeNetwork.dhcp.start }}