commit 3b1925d3d430f61fa1f6ee8aca658fa3c1d1e3e7 parent 3141139fe777f83174da30845aeb7c6e5d756cd6 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Thu, 9 Apr 2026 23:06:25 +0200 fix jenkins Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | apps/talos_cluster/jenkins/kustomization.yaml | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/apps/talos_cluster/jenkins/kustomization.yaml b/apps/talos_cluster/jenkins/kustomization.yaml @@ -4,12 +4,12 @@ metadata: name: jenkins namespace: jenkins -# Stage 1: Deploy operator (creates CRD) +# Stage 1: Operator deployment resources resources: - namespace.yaml - helm-repository.yaml - operator-release.yaml - -# Stage 2: Deploy Jenkins instance (after CRD exists) -bases: - instance + +# Ensure operator is fully reconciled before creating Jenkins CRD +# (kubectl apply will still need manual stage 2, or use Flux for automatic ordering)