mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/openvpn] fixing typo in OVPN_K8S_SVC_SUBNET property name (#7503)
* Additing an option to create extra route for Kubernetes service network Signed-off-by: Irina Rozet <irina.rozet@ingrammicro.com> * bump chart version Signed-off-by: Irina Rozet <irina.rozet@ingrammicro.com> * bump minor update version Signed-off-by: Irina Rozet <irina.rozet@ingrammicro.com> * [stable/openvpn] fixing typo in openvpn.OVPN_K8S_SVC_SUBNET value name Signed-off-by: Irina Rozet <irina.rozet@ingrammicro.com> * [stable/openvpn] fix openvpn.OVPN_K8S_SVC_NETWORK and openvpn.OVPN_K8S_SVC_SUBNET names in values.yaml Signed-off-by: Irina Rozet <irina.rozet@ingrammicro.com>
This commit is contained in:
@@ -3,7 +3,7 @@ description: A Helm chart to install an openvpn server inside a kubernetes clust
|
||||
generation is also part of the deployment, and this chart will generate client keys
|
||||
as needed.
|
||||
name: openvpn
|
||||
version: 3.9.0
|
||||
version: 3.9.1
|
||||
appVersion: 1.1.0
|
||||
maintainers:
|
||||
- name: jfelten
|
||||
|
||||
@@ -105,7 +105,7 @@ data:
|
||||
{{ if (.Values.openvpn.OVPN_K8S_POD_NETWORK) (.Values.openvpn.OVPN_K8S_POD_SUBNET) }}
|
||||
push "route {{ .Values.openvpn.OVPN_K8S_POD_NETWORK }} {{ .Values.openvpn.OVPN_K8S_POD_SUBNET }}"
|
||||
{{ end }}
|
||||
{{ if (.Values.openvpn.OVPN_K8S_SVC_NETWORK) (.Values.openvpn.OVPN_SVC_POD_SUBNET) }}
|
||||
{{ if (.Values.openvpn.OVPN_K8S_SVC_NETWORK) (.Values.openvpn.OVPN_K8S_SVC_SUBNET) }}
|
||||
push "route {{ .Values.openvpn.OVPN_K8S_SVC_NETWORK }} {{ .Values.openvpn.OVPN_K8S_SVC_SUBNET }}"
|
||||
{{ end }}
|
||||
|
||||
|
||||
@@ -64,10 +64,10 @@ openvpn:
|
||||
# Kubernetes pod network subnet (optional).
|
||||
OVPN_K8S_POD_SUBNET: "255.0.0.0"
|
||||
# Kubernetes service network (optional).
|
||||
# Define openvpn.OVPN_K8S_POD_NETWORK and openvpn.OVPN_K8S_POD_SUBNET if it's needed to create a separate route to Kubernates service subnet
|
||||
# OVPN_K8S_POD_NETWORK:
|
||||
# Define openvpn.OVPN_K8S_SVC_NETWORK and openvpn.OVPN_K8S_SVC_SUBNET if it's needed to create a separate route to Kubernates service subnet
|
||||
# OVPN_K8S_SVC_NETWORK:
|
||||
# Kubernetes service network subnet (optional).
|
||||
# OVPN_K8S_POD_SUBNET:
|
||||
# OVPN_K8S_SVC_SUBNET:
|
||||
# Push a `dhcp-option DOMAIN` config
|
||||
dhcpOptionDomain: true
|
||||
# Redirect all client traffic through VPN
|
||||
|
||||
Reference in New Issue
Block a user