mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 11:24:15 -03:00
fix(wireguard): use nft for IPTABLES (#51)
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
||||
name: common
|
||||
sources: null
|
||||
type: library
|
||||
version: 9.3.2
|
||||
version: 9.3.3
|
||||
|
||||
@@ -15,6 +15,8 @@ securityContext:
|
||||
env:
|
||||
- name: SEPARATOR
|
||||
value: ";"
|
||||
- name: IPTABLES_BACKEND
|
||||
value: "nft"
|
||||
{{- range $envList := .Values.addons.vpn.envList }}
|
||||
{{- if and $envList.name $envList.value }}
|
||||
- name: {{ $envList.name }}
|
||||
|
||||
Reference in New Issue
Block a user