From 37c90b9fca49d1999124fddafcbb299bfcfc273d Mon Sep 17 00:00:00 2001 From: Tyler Trafford Date: Wed, 8 Oct 2025 08:26:02 -0500 Subject: [PATCH] remove helm.sh/hook: pre-install --- charts/kasm/templates/kasm-password-secret.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/kasm/templates/kasm-password-secret.yaml b/charts/kasm/templates/kasm-password-secret.yaml index 4cd7c1d..90cd2c0 100644 --- a/charts/kasm/templates/kasm-password-secret.yaml +++ b/charts/kasm/templates/kasm-password-secret.yaml @@ -19,7 +19,6 @@ metadata: {{- with .Values.extraLabels.secret }}{{- toYaml . | nindent 4 }}{{- end }} {{- with .Values.labels }}{{- toYaml . | nindent 4 }}{{- end }} annotations: - helm.sh/hook: pre-install {{- with .Values.annotations.secret }}{{- toYaml . | nindent 4 }}{{- end }} type: Opaque data: @@ -31,4 +30,4 @@ data: {{ $key }}: {{ $constantsecret | quote }} {{- end }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }}