From ad9f16946d0672bfd4b953a640048d0d4110f3a9 Mon Sep 17 00:00:00 2001 From: Simon Weald Date: Sat, 1 Feb 2025 21:57:49 +0000 Subject: [PATCH] quote more env vars --- .../patches/shared-patches/controlplane/machine-pods.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flux/kubernetes/patches/shared-patches/controlplane/machine-pods.yaml b/flux/kubernetes/patches/shared-patches/controlplane/machine-pods.yaml index e2f1034..3be75e5 100644 --- a/flux/kubernetes/patches/shared-patches/controlplane/machine-pods.yaml +++ b/flux/kubernetes/patches/shared-patches/controlplane/machine-pods.yaml @@ -24,15 +24,15 @@ fieldRef: fieldPath: spec.nodeName - name: vip_interface - value: lo + value: "lo" - name: vip_cidr value: "32" - name: dns_mode - value: first + value: "first" - name: cp_enable value: "true" - name: cp_namespace - value: kube-system + value: "kube-system" - name: bgp_enable value: "true" - name: bgp_routerid