mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-18 13:41:49 +00:00
Address kustomize version cmd deprecation
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
7eba0aedde
commit
de46bae6fe
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ rm -rf $OUT_PATH
|
||||||
mkdir -p $OUT_PATH
|
mkdir -p $OUT_PATH
|
||||||
files=""
|
files=""
|
||||||
|
|
||||||
info using "$(kustomize version --short)"
|
info using kustomize "$(kustomize version)"
|
||||||
|
|
||||||
# build controllers
|
# build controllers
|
||||||
for controller in ${IN_PATH}/bases/*/; do
|
for controller in ${IN_PATH}/bases/*/; do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue