media: add wireguard preshared key support

This commit is contained in:
gilgamezh
2026-01-17 12:21:35 +01:00
parent 2ee850da6e
commit 7abedc9bce
4 changed files with 13 additions and 0 deletions
@@ -11,4 +11,5 @@ metadata:
type: Opaque
stringData:
WIREGUARD_PRIVATE_KEY: {{ .Values.secret.privateKey | quote }}
WIREGUARD_PRESHARED_KEY: {{ .Values.secret.presharedKey | quote }}
{{- end }}