Skip to content

Commit

Permalink
Change GatewayClass name to "consul"
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Eckert committed Jun 9, 2023
1 parent 3050d18 commit dfea9c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/consul/templates/gateway-cleanup-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/consul/templates/gateway-resources-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" .}}
Expand Down

0 comments on commit dfea9c1

Please sign in to comment.