Skip to content

Commit

Permalink
Commenting VPN
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryGF committed Aug 16, 2023
1 parent e4ffde6 commit a6c9d6e
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions argocd/sabnzbd/values.common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,23 @@ sabnzbd:
enabled: true
existingClaim: media

# VPN side-car
addons:
vpn:
enabled: false
type: wireguard
wireguard:
image:
tag: v1.0.20210914
# # VPN side-car
# addons:
# vpn:
# enabled: false
# type: wireguard
# wireguard:
# image:
# tag: v1.0.20210914

# -- Reference an existing secret that contains the VPN configuration file
# The chart expects it to be present under the `vpnConfigfile` key.
configFileSecret: vpnconfig
scripts:
up: |-
#!/bin/bash
echo "connected" > /shared/vpnstatus
# # -- Reference an existing secret that contains the VPN configuration file
# # The chart expects it to be present under the `vpnConfigfile` key.
# configFileSecret: vpnconfig
# scripts:
# up: |-
# #!/bin/bash
# echo "connected" > /shared/vpnstatus

down: |-
#!/bin/bash
echo "disconnected" > /shared/vpnstatus
# down: |-
# #!/bin/bash
# echo "disconnected" > /shared/vpnstatus

0 comments on commit a6c9d6e

Please sign in to comment.