From c24b6913082b6b639a66e51563f5a952e08814b0 Mon Sep 17 00:00:00 2001 From: gabemontero Date: Thu, 26 Jan 2023 16:15:06 -0500 Subject: [PATCH] attempt-fix-adam-jan26-comment --- operator/gitops/argocd/pipeline-service/kustomization.yaml | 2 +- operator/images/cluster-setup/content/bin/install.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/operator/gitops/argocd/pipeline-service/kustomization.yaml b/operator/gitops/argocd/pipeline-service/kustomization.yaml index 0fe8588c6..9247245e3 100644 --- a/operator/gitops/argocd/pipeline-service/kustomization.yaml +++ b/operator/gitops/argocd/pipeline-service/kustomization.yaml @@ -6,7 +6,7 @@ resources: - openshift-pipelines - pipelines-as-code - tekton-chains - - tekton-results/overlays/dev + - tekton-results/base # Skip applying the Tekton operands while the Tekton operator is being installed. # See more information about this option, here: diff --git a/operator/images/cluster-setup/content/bin/install.sh b/operator/images/cluster-setup/content/bin/install.sh index 898f574d3..8f6065d09 100755 --- a/operator/images/cluster-setup/content/bin/install.sh +++ b/operator/images/cluster-setup/content/bin/install.sh @@ -161,6 +161,10 @@ install_minio() { ############################################################################# # Install the minio operator ############################################################################# + echo -n "- Tekton Results Overlay for Minio: " + kubectl apply -k "$ROOT_DIR"/operator/gitops/argocd/pipeline-service/tekton-results/overlays/dev + echo "OK" + echo -n "- Minio: " kubectl apply -k "$DEV_DIR/operators/$APP" >/dev/null echo "OK"