diff --git a/tekton/cd/pipeline/overlays/robocat/config-artifact-bucket.yaml b/tekton/cd/pipeline/overlays/robocat/config-artifact-bucket.yaml deleted file mode 100644 index 238123477..000000000 --- a/tekton/cd/pipeline/overlays/robocat/config-artifact-bucket.yaml +++ /dev/null @@ -1,10 +0,0 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: config-artifact-bucket - namespace: tekton-pipelines -data: - bucket.service.account.field.name: BOTO_CONFIG - bucket.service.account.secret.key: boto-config - bucket.service.account.secret.name: tekton-storage - location: s3://tekton-pipelines diff --git a/tekton/cd/pipeline/overlays/robocat/kustomization.yaml b/tekton/cd/pipeline/overlays/robocat/kustomization.yaml index 6f8e715c7..831b9e51a 100644 --- a/tekton/cd/pipeline/overlays/robocat/kustomization.yaml +++ b/tekton/cd/pipeline/overlays/robocat/kustomization.yaml @@ -1,7 +1,6 @@ bases: - ../../base patchesStrategicMerge: -- config-artifact-bucket.yaml - feature-flags.yaml resources: - tekton-storage-secret.yaml