File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ for provider in "nutanix"; do
4242 for cni in " cilium" ; do
4343 for strategy in " helm-addon" " crs" ; do
4444 kustomize build --load-restrictor LoadRestrictionsNone \
45- ./hack/examples/overlays/clusters/" ${provider} " -with-" ${modifier} " /" ${cni} " /" ${strategy} " \
46- > " ${EXAMPLE_CLUSTERS_DIR} /${provider} -cluster-${modifier} -${cni} -${strategy} .yaml"
45+ ./hack/examples/overlays/clusters/" ${provider} " -with-" ${modifier} " /" ${cni} " /" ${strategy} " \
46+ > " ${EXAMPLE_CLUSTERS_DIR} /${provider} -cluster-${modifier} -${cni} -${strategy} .yaml"
4747 done
4848 done
4949 done
50- done
50+ done
5151
5252# TODO Remove once kustomize supports retaining quotes in what will be numeric values.
5353# shellcheck disable=SC2016
You can’t perform that action at this time.
0 commit comments