Skip to content

Commit a4d29a1

Browse files
committed
fixup! build: use kustomize to generate failuredomain examples
1 parent 5a604e5 commit a4d29a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hack/examples/sync.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"
47-
done
45+
./hack/examples/overlays/clusters/"${provider}"-with-"${modifier}"/"${cni}"/"${strategy}" \
46+
>"${EXAMPLE_CLUSTERS_DIR}/${provider}-cluster-${modifier}-${cni}-${strategy}.yaml"
47+
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

0 commit comments

Comments
 (0)