Skip to content

Commit eb386b1

Browse files
committed
fix: remove release-right-meow SA from PAC release PipelineRuns
The release-right-meow ServiceAccount is a leftover from the old EventListener-based release flow on the GKE cluster. On the Oracle cluster, all release secrets are mounted as workspaces directly in the PipelineRun, so no special SA permissions are needed. The default ServiceAccount in the releases-operator namespace is sufficient.
1 parent 43d2c0d commit eb386b1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.tekton/release-patch.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ metadata:
3232
spec:
3333
pipelineRef:
3434
name: operator-release
35-
taskRunTemplate:
36-
serviceAccountName: release-right-meow
3735
params:
3836
- name: package
3937
value: github.com/tektoncd/operator

.tekton/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ metadata:
4040
spec:
4141
pipelineRef:
4242
name: operator-release
43-
taskRunTemplate:
44-
serviceAccountName: release-right-meow
4543
params:
4644
- name: package
4745
value: github.com/tektoncd/operator

0 commit comments

Comments
 (0)