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

fix annotation for vpn pod #78

Merged
merged 1 commit into from
Feb 29, 2024
Merged

fix annotation for vpn pod #78

merged 1 commit into from
Feb 29, 2024

Conversation

jgilfoil
Copy link
Owner

No description provided.

Copy link

--- kubernetes/apps/testing/vpn-routed-pods/app Kustomization: flux-system/vpn-routed Deployment: testing/vpn-routed

+++ kubernetes/apps/testing/vpn-routed-pods/app Kustomization: flux-system/vpn-routed Deployment: testing/vpn-routed

@@ -1,12 +1,10 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
-  annotations:
-    setGateway: 'true'
   labels:
     app.kubernetes.io/name: vpn-routed
     kustomize.toolkit.fluxcd.io/name: vpn-routed
     kustomize.toolkit.fluxcd.io/namespace: flux-system
   name: vpn-routed
   namespace: testing
@@ -14,12 +12,14 @@

   replicas: 1
   selector:
     matchLabels:
       app: vpn-routed
   template:
     metadata:
+      annotations:
+        setGateway: 'true'
       labels:
         app: vpn-routed
     spec:
       containers:
       - args:
         - while true; do sleep 30; done;

@jgilfoil jgilfoil merged commit 5b9a043 into main Feb 29, 2024
5 checks passed
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