deploy pods to amd64 node
This commit is contained in:
@@ -37,6 +37,9 @@ spec:
|
|||||||
image: docker/whalesay:latest
|
image: docker/whalesay:latest
|
||||||
command: [cowsay]
|
command: [cowsay]
|
||||||
args: ["{{inputs.parameters.message}}"]
|
args: ["{{inputs.parameters.message}}"]
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/os: linux
|
||||||
|
kubernetes.io/arch: amd64
|
||||||
parameters:
|
parameters:
|
||||||
- src:
|
- src:
|
||||||
dependencyName: test-dep
|
dependencyName: test-dep
|
||||||
|
|||||||
Reference in New Issue
Block a user