mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
wg-easy: fix password (#2773)
This commit is contained in:
@@ -3,7 +3,7 @@ description: WG-Easy is the easiest way to install & manage WireGuard!
|
||||
annotations:
|
||||
title: WG Easy
|
||||
type: application
|
||||
version: 2.0.20
|
||||
version: 2.0.21
|
||||
apiVersion: v2
|
||||
appVersion: '14'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -27,7 +27,7 @@ workload:
|
||||
WG_PATH: /etc/wireguard
|
||||
PORT: {{ .Values.wgNetwork.webPort }}
|
||||
WG_HOST: {{ .Values.wgConfig.host | quote }}
|
||||
PASSWORD: {{ .Values.wgConfig.password | quote }}
|
||||
PASSWORD_HASH: {{ bcrypt .Values.wgConfig.password | quote }}
|
||||
WG_PERSISTENT_KEEPALIVE: {{ .Values.wgConfig.keepAlive }}
|
||||
WG_MTU: {{ .Values.wgConfig.clientMTU }}
|
||||
WG_DEFAULT_ADDRESS: {{ .Values.wgConfig.clientAddressRange }}
|
||||
|
||||
Reference in New Issue
Block a user