diff --git a/control-plane-operator/controllers/hostedcontrolplane/cvo/reconcile.go b/control-plane-operator/controllers/hostedcontrolplane/cvo/reconcile.go index e60b3a0e767..5301f13abc7 100644 --- a/control-plane-operator/controllers/hostedcontrolplane/cvo/reconcile.go +++ b/control-plane-operator/controllers/hostedcontrolplane/cvo/reconcile.go @@ -330,6 +330,8 @@ func cvoBootstrapScript(clusterID string) string { var scriptTemplate = `#!/bin/bash set -euo pipefail MANIFEST_DIR=%s/manifests +ls -la ${MANIFEST_DIR} + cat > /tmp/clusterversion.json <<-EOF %s EOF