mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +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:
		@@ -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 =="
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user