Skip to content

Commit

Permalink
cleaning up config-artifact-*
Browse files Browse the repository at this point in the history
Config-artifact-pvc was introduce in
https://github.com/tektoncd/pipeline/pull/866/files

which was deleted in
#6150

These two resources are assumed to be used and needed by the storage pipeline
resources which are gone now.

These must be no longer needed and safe to clean up.

Signed-off-by: Priti Desai <pdesai@us.ibm.com>
  • Loading branch information
pritidesai authored and tekton-robot committed Jul 6, 2023
1 parent a9017c5 commit 30a4d84
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 30 deletions.
2 changes: 1 addition & 1 deletion config/200-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rules:
- apiGroups: [""]
resources: ["configmaps"]
verbs: ["get"]
resourceNames: ["config-logging", "config-observability", "config-artifact-bucket", "config-artifact-pvc", "feature-flags", "config-leader-election", "config-registry-cert"]
resourceNames: ["config-logging", "config-observability", "feature-flags", "config-leader-election", "config-registry-cert"]
---
kind: Role
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
4 changes: 0 additions & 4 deletions config/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ spec:
value: config-logging
- name: CONFIG_OBSERVABILITY_NAME
value: config-observability
- name: CONFIG_ARTIFACT_BUCKET_NAME
value: config-artifact-bucket
- name: CONFIG_ARTIFACT_PVC_NAME
value: config-artifact-pvc
- name: CONFIG_FEATURE_FLAGS_NAME
value: feature-flags
- name: CONFIG_LEADERELECTION_NAME
Expand Down
25 changes: 0 additions & 25 deletions pkg/apis/pipeline/storagetypes.go

This file was deleted.

0 comments on commit 30a4d84

Please sign in to comment.