Skip to content

Commit

Permalink
Merge pull request #79 from jgilfoil/feature/vpn
Browse files Browse the repository at this point in the history
add namespace selector
  • Loading branch information
jgilfoil authored Feb 29, 2024
2 parents 5b9a043 + d2d8db2 commit 31e813e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions kubernetes/apps/network/vpn-gateway/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,5 @@ spec:
gatewayDefault: false
gatewayLabel: setGateway
gatewayAnnotation: setGateway
namespaceSelector:
label: "vpn-routed-gateway"
4 changes: 2 additions & 2 deletions kubernetes/apps/testing/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ apiVersion: v1
kind: Namespace
metadata:
name: testing
# labels:
# kustomize.toolkit.fluxcd.io/prune: disabled
labels:
vpn-routed-gateway: "true"

0 comments on commit 31e813e

Please sign in to comment.