mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #121237 from arichtman/addon-manager-script-typo
fixed miscalled function in addon-manager `kube-addons.sh`
This commit is contained in:
commit
add482a2d3
@ -133,7 +133,7 @@ if [ -n "${KUBECTL_EXTRA_PRUNE_WHITELIST:-}" ]; then
|
|||||||
read -ra extra_prune_allowlist <<< "${KUBECTL_EXTRA_PRUNE_WHITELIST}"
|
read -ra extra_prune_allowlist <<< "${KUBECTL_EXTRA_PRUNE_WHITELIST}"
|
||||||
fi
|
fi
|
||||||
prune_allowlist=( "${KUBECTL_PRUNE_WHITELIST[@]}" "${extra_prune_allowlist[@]}" )
|
prune_allowlist=( "${KUBECTL_PRUNE_WHITELIST[@]}" "${extra_prune_allowlist[@]}" )
|
||||||
prune_allowlist_flags=$(generate_prune_allowallowlist_flags "${prune_allowlist[@]}")
|
prune_allowlist_flags=$(generate_prune_allowlist_flags "${prune_allowlist[@]}")
|
||||||
|
|
||||||
log INFO "== Generated kubectl prune allowlist flags: $prune_allowlist_flags =="
|
log INFO "== Generated kubectl prune allowlist flags: $prune_allowlist_flags =="
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user