mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 03:39:20 +08:00
pihole - quote password (#2238)
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user