We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5833a80 commit 8acb838Copy full SHA for 8acb838
1 file changed
commodore_command.sh
@@ -20,6 +20,7 @@ commodore () {
20
commodore_compile_all() {
21
CLUSTERS=($(kubectl --context minikube -n lieutenant get cluster -o jsonpath="{$.items[*].metadata.name}"))
22
for CLUSTER in "${CLUSTERS[@]}"; do
23
+ echo "===> Compiling and pushing catalog for cluster $CLUSTER"
24
commodore catalog compile --push "$CLUSTER"
25
done
26
}
0 commit comments