-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The BackendTLSPolicy is still in version v1alpha3 it has been graduated to GA and v1 in Gateway API v1.4.0 that has been released last month.
Related helm chart
argo-cd
Helm chart version
9.1.4
To Reproduce
- Use latest Traefik Gateway API implementation (or any implementation using v1.4.0)
- set
server.backendTLSPolicy.enabled: true
You will get the following error:
The Kubernetes API could not find version "v1alpha3" of gateway.networking.k8s.io/BackendTLSPolicy for requested resource argocd/argocd-server. Version "v1" of gateway.networking.k8s.io/BackendTLSPolicy is installed on the destination cluster.
Expected behavior
BackendTLSPolicy should be created with version v1
Screenshots
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working