(fix) homeassistant: patch config generator on scale
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user