fix(dispatch) correct init command after manual test

This commit is contained in:
Tommy 2023-12-16 19:21:38 +01:00
parent a42bb2072d
commit 0682e110d2
No known key found for this signature in database

View file

@ -28,14 +28,15 @@ spec:
value: "{{ .Values.postgres.port }}"
- name: DATABASE_NAME
value: "{{ .Values.postgres.database_name }}"
envFrom:
envFrom: &envFrom
- secretRef:
name: {{ .Values.envFromSecret }}
- name: web-plugin-install
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
command: ["dispatch", "plugins", "install"]
env: *dispatchEnv
envFrom: *envFrom
containers:
- name: web