We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852a3d3 commit 672aad3Copy full SHA for 672aad3
cmd/clusterctl/examples/ibmcloud/generate-yaml.sh
@@ -116,8 +116,6 @@ cp -n $PWD/cluster.yaml.template $PWD/$OUTPUT/cluster.yaml
116
cp -n $PWD/machines.yaml.template $PWD/$OUTPUT/machines.yaml
117
118
# Build provider-components.yaml with kustomize
119
-echo $PWD
120
-echo $OUTPUT
121
kustomize build $PWD/../../../../config -o $PWD/$OUTPUT/provider-components.yaml
122
123
echo "---" >> $PWD/$OUTPUT/provider-components.yaml
0 commit comments