Skip to content

Commit

Permalink
Remove unused file from Pipelines nightly deploy
Browse files Browse the repository at this point in the history
Robocat is stuck on Pipelines `v20230307-771fb665f2` due to an error
in the nightly deploy TaskRun.

See for example from the most recent run:
```
2024-02-15T03:01:00.091452354Z + kubectl apply --kubeconfig /workspace/targetCluster/kubeconfig -k pipeline/overlays/robocat
2024-02-15T03:01:02.736006696Z error: no matches for Id ~G_v1_ConfigMap|tekton-pipelines|config-artifact-bucket; failed to find unique target for patch ~G_v1_ConfigMap|config-artifact-bucket
```

The referenced ConfigMap was removed from Pipelines in tektoncd/pipeline#6150 which was merged on March 7th.

Remove the file from the overlay as it's no longer used.
  • Loading branch information
AlanGreene committed Feb 15, 2024
1 parent b52a365 commit 203af5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions tekton/cd/pipeline/overlays/robocat/config-artifact-bucket.yaml

This file was deleted.

1 change: 0 additions & 1 deletion tekton/cd/pipeline/overlays/robocat/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
bases:
- ../../base
patchesStrategicMerge:
- config-artifact-bucket.yaml
- feature-flags.yaml
resources:
- tekton-storage-secret.yaml

0 comments on commit 203af5d

Please sign in to comment.