From 30852d0e5365b50acb3e2f80c6d7d0961792e116 Mon Sep 17 00:00:00 2001 From: Thomas Jungblut Date: Mon, 6 Jan 2025 10:54:12 +0100 Subject: [PATCH] ls all manifests again --- .../controllers/hostedcontrolplane/cvo/reconcile.go | 2 ++ 1 file changed, 2 insertions(+) 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