Skip to content

Commit fbfafdc

Browse files
vdemeestertekton-robot
authored andcommitted
examples: remove explicit arch nodeSelector
With this, it can't run on arm64 clusters... Signed-off-by: Vincent Demeester <[email protected]>
1 parent dbefbfd commit fbfafdc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/v1/pipelineruns/beta/pipelinerun-with-matrix-and-taskrunspecs-param-substitution.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ spec:
88
podTemplate:
99
nodeSelector:
1010
node-type: $(params.node-type)
11-
- pipelineTaskName: create-manifest-list
12-
podTemplate:
13-
nodeSelector:
14-
kubernetes.io/arch: amd64
1511
pipelineSpec:
1612
tasks:
1713
- name: build-and-push-manifest

0 commit comments

Comments
 (0)