From 06eeb236286dbd65800358e0ee5ed58bc2a43c78 Mon Sep 17 00:00:00 2001 From: SkalaNetworks Date: Wed, 6 Nov 2024 07:28:56 -0500 Subject: [PATCH] fix(helm): nat gw prefix Signed-off-by: SkalaNetworks --- charts/kube-ovn/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/kube-ovn/values.yaml b/charts/kube-ovn/values.yaml index 22a9ffd4c78..118b0fbc966 100644 --- a/charts/kube-ovn/values.yaml +++ b/charts/kube-ovn/values.yaml @@ -148,6 +148,10 @@ validatingWebhook: # -- Configuration for the NAT gateway natGw: + # -- Prefix appended to the name of the NAT gateways when generating the Pods + # If this value is changed after NAT GWs have been provisioned, every NAT gateway will need to be + # manually destroyed and recreated. + namePrefix: "vpc-nat-gw" # -- Configuration of the BGP sidecar for when a NAT gateway is running in BGP mode bgpSpeaker: # -- Image used by the NAT gateway sidecar @@ -158,10 +162,6 @@ natGw: # -- Network attachment definition used to reach the API server when running on BGP mode # See https://kubeovn.github.io/docs/stable/en/advance/with-bgp/ apiNadProvider: "{{ .Values.apiNad.name }}.{{ .Values.namespace }}.ovn" - # -- Prefix appended to the name of the NAT gateways when generating the Pods - # If this value is changed after NAT GWs have been provisioned, every NAT gateway will need to be - # manually destroyed and recreated. - namePrefix: "vpc-nat-gw" # -- API NetworkAttachmentDefinition to give some pods (CoreDNS, NAT GW) in custom VPCs access to the K8S API # This requires Multus to be installed