Skip to content

Commit

Permalink
attempt-fix-adam-jan26-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gabemontero committed Jan 26, 2023
1 parent 473f2d5 commit 5409f1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion operator/gitops/argocd/pipeline-service/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions operator/images/cluster-setup/content/bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/overlay/dev
echo "OK"

echo -n "- Minio: "
kubectl apply -k "$DEV_DIR/operators/$APP" >/dev/null
echo "OK"
Expand Down

0 comments on commit 5409f1d

Please sign in to comment.