fix: type in hook
This commit is contained in:
parent
ca69b55492
commit
68997b535d
@ -21,5 +21,5 @@ fi
|
|||||||
# GitSync privateKey
|
# GitSync privateKey
|
||||||
GITKEY=$(get_kubezero_secret argo-cd.kubezero.sshPrivateKey)
|
GITKEY=$(get_kubezero_secret argo-cd.kubezero.sshPrivateKey)
|
||||||
if [ -z "$GITKEY" ]; then
|
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
|
fi
|
||||||
|
@ -25,6 +25,7 @@ spec:
|
|||||||
repoURL: {{ default "https://cdn.zero-downtime.net/charts" (index .Values $name "repository") }}
|
repoURL: {{ default "https://cdn.zero-downtime.net/charts" (index .Values $name "repository") }}
|
||||||
targetRevision: {{ default "HEAD" ( index .Values $name "targetRevision" ) | quote }}
|
targetRevision: {{ default "HEAD" ( index .Values $name "targetRevision" ) | quote }}
|
||||||
helm:
|
helm:
|
||||||
|
# add with 1.32
|
||||||
#skipTests: true
|
#skipTests: true
|
||||||
valuesObject:
|
valuesObject:
|
||||||
{{- include (print $name "-values") $ | nindent 8 }}
|
{{- include (print $name "-values") $ | nindent 8 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user