forked from k-space/kube
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			387 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			387 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: kustomize.config.k8s.io/v1beta1
 | |
| kind: Kustomization
 | |
| 
 | |
| namespace: harbor-operator
 | |
| 
 | |
| # spec: https://kubectl.docs.kubernetes.io/references/kustomize/builtins/#_helmchartinflationgenerator_
 | |
| helmCharts:
 | |
| - includeCRDs: true
 | |
|   name: &name harbor
 | |
|   releaseName: *name
 | |
|   repo: https://helm.goharbor.io
 | |
|   valuesFile: values.yaml
 | |
|   version: 1.17.1
 | |
| 
 | |
| resources:
 | |
| - ./application-extras.yml
 |