kustomize + helm now managed by argocd
This commit is contained in:
		
							
								
								
									
										17
									
								
								apps/homeassistant/kustomization.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								apps/homeassistant/kustomization.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| apiVersion: kustomize.config.k8s.io/v1beta1 | ||||
| kind: Kustomization | ||||
| resources:  | ||||
| - ingress.yaml | ||||
| - pvc.yaml | ||||
|  | ||||
| namespace: homeassistant | ||||
|  | ||||
|  | ||||
| helmCharts: | ||||
|   - name: home-assistant | ||||
|     releaseName: homeassistant | ||||
|     # namespace: rmoll-harbor-poc | ||||
|     version: 13.4.2 | ||||
|     valuesFile: values.yaml | ||||
|     repo: https://k8s-at-home.com/charts/ | ||||
|      | ||||
		Reference in New Issue
	
	Block a user