kata-deploy: helm: Add overlooked INSTALLATION_PREFIX env var

At the same time that INSTALLATION_PREFIX was added, I was working on
the helm changes to properly do the cleanup / deletion when it's
removed.  However, I missed adding the INSTALLATION_PREFIX env var
there. which I'm doing now.

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
This commit is contained in:
Fabiano Fidêncio 2024-11-16 15:32:14 +01:00
parent 5d96734831
commit 62b3a07e2f
No known key found for this signature in database
GPG Key ID: EE926C2BDACC177B

View File

@ -90,6 +90,8 @@ spec:
value: {{ .Values.env.pullTypeMapping | quote }}
- name: HELM_POST_DELETE_HOOK
value: "true"
- name: INSTALLATION_PREFIX
value: {{ .Values.env.installationPrefix | quote }}
{{- with .Values.env.hostOS }}
- name: HOST_OS
value: {{ . | quote }}