forked from k-space/kube
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			691 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			691 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: kustomize.config.k8s.io/v1beta1
 | |
| kind: Kustomization
 | |
| 
 | |
| namespace: &ns passmower
 | |
| 
 | |
| # spec: https://kubectl.docs.kubernetes.io/references/kustomize/builtins/#_helmchartinflationgenerator_
 | |
| helmCharts:
 | |
| - namespace: *ns # for ClusterRoleBinding, which doesn't want to adopt the Kustomization namespace
 | |
|   includeCRDs: true
 | |
|   name: &name passmower
 | |
|   releaseName: *name
 | |
|   repo: oci://ghcr.io/passmower/charts
 | |
|   valuesFile: values.yaml
 | |
|   version: 1.1.1
 | |
| 
 | |
| resources:
 | |
| - ssh://git@git.k-space.ee/secretspace/kube/passmower # secrets: email-credentials, github-client, slack-client
 | |
| - application-extras.yaml
 | |
| - dragonfly.yaml
 | |
| - kubelogin.yaml
 | |
| - proxmox.yaml
 | |
| - prusa.yaml
 | |
| - texts.yaml
 | |
| - voron.yaml
 |