forked from k-space/kube
		
	cert-manager: rename to default-cluster-cert-issuer
much easier, vs ctrl-f for 'default'
This commit is contained in:
		
							
								
								
									
										16
									
								
								cert-manager/kustomization.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								cert-manager/kustomization.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| apiVersion: kustomize.config.k8s.io/v1beta1 | ||||
| kind: Kustomization | ||||
|  | ||||
| namespace: cert-manager | ||||
|  | ||||
| # spec: https://kubectl.docs.kubernetes.io/references/kustomize/builtins/#_helmchartinflationgenerator_ | ||||
| helmCharts: | ||||
| - includeCRDs: true | ||||
|   name: &name cert-manager | ||||
|   releaseName: *name | ||||
|   repo: https://charts.jetstack.io | ||||
|   version: v1.15.1 | ||||
|  | ||||
| resources: | ||||
| - ssh://git@git.k-space.ee/secretspace/kube/cert-manager # secrets (.env): tsig-secret | ||||
| - ./default-cluster-cert-issuer.yaml | ||||
		Reference in New Issue
	
	Block a user