mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-10-29 17:12:34 +00:00
fix(cert-manager): remove deprecated flag
cert-manager deprecated flag Gateway API CRDs Correction
This commit is contained in:
committed by
Vegard Hagen
parent
694d56b32d
commit
1a46529d96
3
.gitignore
vendored
3
.gitignore
vendored
@@ -19,6 +19,9 @@ override.tf.json
|
|||||||
*_override.tf
|
*_override.tf
|
||||||
*_override.tf.json
|
*_override.tf.json
|
||||||
|
|
||||||
|
**/.DS_Store
|
||||||
|
**/*.tfplan
|
||||||
|
|
||||||
*.qcow2
|
*.qcow2
|
||||||
*.raw
|
*.raw
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
installCRDs: true
|
#installCRDs: true
|
||||||
|
crds:
|
||||||
|
enabled: true
|
||||||
|
keep: true
|
||||||
extraArgs:
|
extraArgs:
|
||||||
- "--enable-gateway-api"
|
- "--enable-gateway-api"
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,14 @@ cluster:
|
|||||||
name: none
|
name: none
|
||||||
proxy:
|
proxy:
|
||||||
disabled: true
|
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:
|
inlineManifests:
|
||||||
- name: cilium-values
|
- name: cilium-values
|
||||||
contents: |
|
contents: |
|
||||||
|
|||||||
Reference in New Issue
Block a user