(fix) homeassistant: patch config generator on scale
This commit is contained in:
parent
f75c9338cb
commit
a48760c017
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue