fix(cert-manager): remove deprecated flag

cert-manager deprecated flag

Gateway API CRDs

Correction
This commit is contained in:
Milos Milosavljevic
2024-11-17 16:36:04 +01:00
committed by Vegard Hagen
parent 694d56b32d
commit 1a46529d96
3 changed files with 15 additions and 2 deletions

3
.gitignore vendored
View File

@@ -19,6 +19,9 @@ override.tf.json
*_override.tf
*_override.tf.json
**/.DS_Store
**/*.tfplan
*.qcow2
*.raw

View File

@@ -1,5 +1,7 @@
installCRDs: true
#installCRDs: true
crds:
enabled: true
keep: true
extraArgs:
- "--enable-gateway-api"

View File

@@ -12,6 +12,14 @@ cluster:
name: none
proxy:
disabled: true
#need to install gateway api manifests before cilium deployment. GatewayClass acceptance
extraManifests:
- https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v1.1.0/config/crd/standard/gateway.networking.k8s.io_gatewayclasses.yaml
- https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v1.1.0/config/crd/experimental/gateway.networking.k8s.io_gateways.yaml
- https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v1.1.0/config/crd/standard/gateway.networking.k8s.io_httproutes.yaml
- https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v1.1.0/config/crd/standard/gateway.networking.k8s.io_referencegrants.yaml
- https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v1.1.0/config/crd/standard/gateway.networking.k8s.io_grpcroutes.yaml
- https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v1.1.0/config/crd/experimental/gateway.networking.k8s.io_tlsroutes.yaml
inlineManifests:
- name: cilium-values
contents: |