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