(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
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 3 additions and 3 deletions

View File

@ -29,4 +29,4 @@ sources:
- https://github.com/home-assistant/home-assistant
- https://github.com/cdr/code-server
type: application
version: 8.1.2
version: 8.1.3

View File

@ -12,10 +12,10 @@ image:
initContainers:
init-db:
image: "{{ .Values.alpineImage.repository }}:{{ .Values.alpineImage.tag }}"
command: ["/usr/sbin/init.sh"]
command: ["/config/init/init.sh"]
volumeMounts:
- name: init
mountPath: /usr/sbin
mountPath: /config/init
- name: config
mountPath: /config