From dfea9c14e10c341d841a3a5400e341a49f988325 Mon Sep 17 00:00:00 2001 From: Thomas Eckert Date: Fri, 9 Jun 2023 10:16:38 -0400 Subject: [PATCH] Change GatewayClass name to "consul" --- charts/consul/templates/gateway-cleanup-job.yaml | 2 +- charts/consul/templates/gateway-resources-job.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/consul/templates/gateway-cleanup-job.yaml b/charts/consul/templates/gateway-cleanup-job.yaml index ff6f295357..44f032b5fd 100644 --- a/charts/consul/templates/gateway-cleanup-job.yaml +++ b/charts/consul/templates/gateway-cleanup-job.yaml @@ -41,7 +41,7 @@ spec: - consul-k8s-control-plane args: - gateway-cleanup - - -gateway-class-name=consul-api-gateway + - -gateway-class-name=consul - -gateway-class-config-name=consul-api-gateway resources: requests: diff --git a/charts/consul/templates/gateway-resources-job.yaml b/charts/consul/templates/gateway-resources-job.yaml index b8b2ab5a30..441e64eb14 100644 --- a/charts/consul/templates/gateway-resources-job.yaml +++ b/charts/consul/templates/gateway-resources-job.yaml @@ -41,7 +41,7 @@ spec: - consul-k8s-control-plane args: - gateway-resources - - -gateway-class-name=consul-api-gateway + - -gateway-class-name=consul - -gateway-class-config-name=consul-api-gateway - -controller-name=consul.hashicorp.com/gateway-controller - -app={{template "consul.name" .}}