Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove quotes on vpn var #82

Merged
merged 2 commits into from
Feb 29, 2024
Merged

remove quotes on vpn var #82

merged 2 commits into from
Feb 29, 2024

Conversation

jgilfoil
Copy link
Owner

flux didn't seem to like this and wouldn't substitute.

flux didn't seem to like this and wouldn't substitute.
couldn't make it work with subsitution. Not really a secret, so oh well.
Copy link

--- kubernetes/apps/network/vpn-gateway/app Kustomization: flux-system/vpn-gateway CiliumNetworkPolicy: network/vpn-pod-gateway

+++ kubernetes/apps/network/vpn-gateway/app Kustomization: flux-system/vpn-gateway CiliumNetworkPolicy: network/vpn-pod-gateway

@@ -12,13 +12,13 @@

 spec:
   egress:
   - toCIDR:
     - 0.0.0.0/0
     toPorts:
     - ports:
-      - port: ${SECRET_VPN_GATEWAY_PORT}
+      - port: '1637'
         protocol: UDP
   - toEntities:
     - cluster
   endpointSelector:
     matchLabels:
       app.kubernetes.io/instance: vpn-gateway

@jgilfoil jgilfoil merged commit 234fa0d into main Feb 29, 2024
5 checks passed
@jgilfoil jgilfoil deleted the feature/vpn branch February 29, 2024 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant