Skip to content

Commit d307c81

Browse files
authored
Merge pull request #1721 from red-hat-data-services/fix-yaml-indentation
fix service accounts
2 parents 963184e + c878d34 commit d307c81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/odh-workbench-rstudio-minimal-cpu-py312-rhel9-v3-2-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
- name: pathInRepo
5858
value: pipelines/multi-arch-container-build.yaml
5959
taskRunTemplate:
60-
serviceAccountName: build-pipeline-odh-workbench-rstudio-minimal-cpu-py312-rhel9-v3-2
60+
serviceAccountName: build-pipeline-odh-workbench-rstudio-minimal-cpu-py312-rhel9-poc
6161
workspaces:
6262
- name: git-auth
6363
secret:

.tekton/odh-workbench-rstudio-minimal-cuda-py312-rhel9-v3-2-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
5858
- name: pathInRepo
5959
value: pipelines/multi-arch-container-build.yaml
6060
taskRunTemplate:
61-
serviceAccountName: build-pipeline-odh-workbench-rstudio-minimal-cuda-py312-rhel9-v3-2
61+
serviceAccountName: build-pipeline-odh-workbench-rstudio-minimal-cuda-py312-rhel9-poc
6262
workspaces:
6363
- name: git-auth
6464
secret:

0 commit comments

Comments
 (0)