mirror of
https://github.com/helm/charts.git
synced 2026-08-23 06:17:18 +00:00
* Detect current network and netmask Previously the network was guessed (assumed it was a /24 by replacing the last octet with a 0) and then later the netmask was hardcoded to 255.255.240.0 as a result the requested route is almost always incorrect. As most people supply their own or use the vpn tunnel as a default gateway it's probably rare to cause any issues. Signed-off-by: Harold Drost <baelish@bluecell.net> * Removing unnecessary debug messages. Signed-off-by: Harold Drost <baelish@bluecell.net> * Actually fixing the thing it was all about... :$ My testing worked because helm believed the `openvpn.conf` unchanged and therefore didn't replace the manually edited file which had the change in this commit. Tested using brand new deployment now works correctly and without routing errors. Signed-off-by: Harold Drost <baelish@bluecell.net>
25 lines
689 B
YAML
Executable File
25 lines
689 B
YAML
Executable File
apiVersion: v1
|
|
description: A Helm chart to install an openvpn server inside a kubernetes cluster. Certificate
|
|
generation is also part of the deployment, and this chart will generate client keys
|
|
as needed.
|
|
name: openvpn
|
|
version: 3.12.3
|
|
appVersion: 1.1.0
|
|
maintainers:
|
|
- name: jfelten
|
|
email: john.felten@gmail.com
|
|
icon: https://forums.openvpn.net/styles/openvpn/theme/images/ovpnlogo.png
|
|
keywords:
|
|
- openvpn
|
|
- vpn
|
|
- tunnel
|
|
- network
|
|
- service
|
|
- connectivity
|
|
- encryption
|
|
home: https://openvpn.net/index.php/open-source.html
|
|
sources:
|
|
- https://github.com/jfelten/openvpn-docker
|
|
- https://github.com/kubernetes/charts/tree/master/stable/openvpn
|
|
- https://github.com/jfelten/helm-charts
|