(fix) homeassistant: patch config generator on scale

This commit is contained in:
kjeld Schouten-Lebbing
2021-10-13 14:38:24 +02:00
parent f75c9338cb
commit a48760c017
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,4 +29,4 @@ sources:
- https://github.com/home-assistant/home-assistant - https://github.com/home-assistant/home-assistant
- https://github.com/cdr/code-server - https://github.com/cdr/code-server
type: application type: application
version: 8.1.2 version: 8.1.3
@@ -12,10 +12,10 @@ image:
initContainers: initContainers:
init-db: init-db:
image: "{{ .Values.alpineImage.repository }}:{{ .Values.alpineImage.tag }}" image: "{{ .Values.alpineImage.repository }}:{{ .Values.alpineImage.tag }}"
command: ["/usr/sbin/init.sh"] command: ["/config/init/init.sh"]
volumeMounts: volumeMounts:
- name: init - name: init
mountPath: /usr/sbin mountPath: /config/init
- name: config - name: config
mountPath: /config mountPath: /config