readability improvements
This commit is contained in:
		| @@ -1,18 +1,16 @@ | ||||
| apiVersion: kustomize.config.k8s.io/v1beta1 | ||||
| kind: Kustomization | ||||
| resources:  | ||||
| - namespace.yaml | ||||
| - ingress.yaml | ||||
| - pvc.yaml | ||||
| - service.yaml | ||||
| - deployment.yaml | ||||
|  | ||||
| namespace: homeassistant | ||||
|  | ||||
| resources:  | ||||
|   - namespace.yaml | ||||
|   - ingress.yaml | ||||
|   - pvc.yaml | ||||
|   - service.yaml | ||||
|   - deployment.yaml | ||||
|  | ||||
| # helmCharts: | ||||
| #   - name: home-assistant | ||||
| #     releaseName: homeassistant | ||||
| #     version: 13.4.2 | ||||
| #     valuesFile: values.yaml | ||||
| #     repo: https://k8s-at-home.com/charts/ | ||||
| images: | ||||
|   - name: homeassistant/home-assistant | ||||
|     newName: homeassistant/home-assistant | ||||
|     newTag: "2023.11" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user