fix: type in hook

This commit is contained in:
Stefan Reimer 2025-03-24 18:18:37 +00:00
parent ca69b55492
commit 68997b535d
2 changed files with 2 additions and 1 deletions

View File

@ -21,5 +21,5 @@ fi
# GitSync privateKey
GITKEY=$(get_kubezero_secret argo-cd.kubezero.sshPrivateKey)
if [ -z "$GITKEY" ]; then
set_kubezero_secret argo-cd.sshPrivateKey "Insert ssh Private Key from your git server"
set_kubezero_secret argo-cd.kubezero.sshPrivateKey "Insert ssh Private Key from your git server"
fi

View File

@ -25,6 +25,7 @@ spec:
repoURL: {{ default "https://cdn.zero-downtime.net/charts" (index .Values $name "repository") }}
targetRevision: {{ default "HEAD" ( index .Values $name "targetRevision" ) | quote }}
helm:
# add with 1.32
#skipTests: true
valuesObject:
{{- include (print $name "-values") $ | nindent 8 }}