Skip to content

Commit 848bf12

Browse files
authored
Merge pull request #36 from RedHatInsights/fix_sa
Fix serviceAccountName
2 parents 8694772 + f9d4807 commit 848bf12

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.tekton/crc-caddy-plugin-pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ spec:
532532
- name: netrc
533533
optional: true
534534
taskRunTemplate:
535-
serviceAccountName: build-pipeline-tangerine-backend
535+
serviceAccountName: build-pipeline-crc-caddy-plugin
536536
workspaces:
537537
- name: workspace
538538
volumeClaimTemplate:
@@ -548,4 +548,4 @@ spec:
548548
- name: git-auth
549549
secret:
550550
secretName: '{{ git_auth_secret }}'
551-
status: {}
551+
status: {}

.tekton/crc-caddy-plugin-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ spec:
513513
- name: netrc
514514
optional: true
515515
taskRunTemplate:
516-
serviceAccountName: build-pipeline-tangerine-backend
516+
serviceAccountName: build-pipeline-crc-caddy-plugin
517517
workspaces:
518518
- name: workspace
519519
volumeClaimTemplate:
@@ -529,4 +529,4 @@ spec:
529529
- name: git-auth
530530
secret:
531531
secretName: '{{ git_auth_secret }}'
532-
status: {}
532+
status: {}

0 commit comments

Comments
 (0)