Skip to content

Commit

Permalink
Merge pull request kumahq#10029 from slonka/merge-release-2.7-master
Browse files Browse the repository at this point in the history
chore(release): merge release 2.7 to master
  • Loading branch information
slonka authored Apr 22, 2024
2 parents ab85553 + b98d9de commit 0d118e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployments/charts/kuma/templates/gateway-class.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if and (eq .Values.controlPlane.environment "kubernetes") (eq .Values.controlPlane.mode "zone") }}
{{- if .Capabilities.APIVersions.Has "gateway.networking.k8s.io/v1/GatewayClass" }}
---
apiVersion: gateway.networking.k8s.io/v1
Expand All @@ -15,3 +16,4 @@ metadata:
spec:
controllerName: "gateways.kuma.io/controller"
{{- end }}
{{- end }}

0 comments on commit 0d118e8

Please sign in to comment.