Skip to content

Commit fe53355

Browse files
authored
Merge pull request #710 from sayan-biswas/tekton-results-restructure
Fix tekton results structure
2 parents 5bfee7e + 45ddf6e commit fe53355

22 files changed

+81
-4
lines changed

developer/openshift/gitops/argocd/pipeline-service/tekton-results/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
resources:
5-
- ../../../../../../operator/gitops/argocd/pipeline-service/tekton-results/base
5+
- ../../../../../../operator/gitops/argocd/pipeline-service/tekton-results
66

77
patches:
88
- path: minio-create-bucket.yaml

developer/openshift/reset.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ uninstall_operators_and_controllers(){
245245
fi
246246

247247
printf "\n Uninstalling tekton-results:\n"
248-
kubectl delete -k "$GITOPS_DIR/tekton-results/base" --ignore-not-found=true
248+
kubectl delete -k "$GITOPS_DIR/tekton-results" --ignore-not-found=true
249249
tkn_results_ns=$(kubectl get ns | grep -ie "tekton-results" | cut -d " " -f 1)
250250
if [[ -n "$pac_ns" ]]; then
251251
kubectl delete ns "$tkn_results_ns"

operator/gitops/argocd/pipeline-service/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kind: Kustomization
55
resources:
66
- openshift-pipelines
77
- tekton-chains
8-
- tekton-results/base
8+
- tekton-results
99
- metrics-exporter
1010

1111
# Skip applying the Tekton operands while the Tekton operator is being installed.

0 commit comments

Comments
 (0)