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 }}