From fa9948839ecfe6186f70a5bdeeac25aedb96e8e2 Mon Sep 17 00:00:00 2001 From: Johnny Walker Date: Sat, 18 Jul 2020 10:27:39 -0400 Subject: [PATCH] fix lint --- charts/nzbget/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/nzbget/values.yaml b/charts/nzbget/values.yaml index 84f9d653..d6e80885 100644 --- a/charts/nzbget/values.yaml +++ b/charts/nzbget/values.yaml @@ -64,7 +64,7 @@ ingress: openvpn: # Enables an openvpn sidecar that when configured properly will provide a - # Secure outbound VPN for use by NZBGet. + # Secure outbound VPN for use by NZBGet. enabled: false image: @@ -79,14 +79,14 @@ openvpn: # TZ: EST5EDT # Provide a customized vpn.conf file to be used by openvpn. - vpnConf: # |- + vpnConf: # |- # Some Example Config # remote greatvpnhost.com 8888 # auth-user-pass # Cipher AES # Credentials to connect to the VPN Service (used with -a) - auth: # "user;password" + auth: # "user;password" # If set to true, will deploy a network policy that blocks all outbound # traffic except traffic specified as allowed