Merge pull request #877 from 3dwardch3ng/infra/argo-events
deploy webhook workflow to amd64 node
This commit is contained in:
@@ -37,6 +37,8 @@ spec:
|
|||||||
image: docker/whalesay:latest
|
image: docker/whalesay:latest
|
||||||
command: [cowsay]
|
command: [cowsay]
|
||||||
args: ["{{inputs.parameters.message}}"]
|
args: ["{{inputs.parameters.message}}"]
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: amd64
|
||||||
parameters:
|
parameters:
|
||||||
- src:
|
- src:
|
||||||
dependencyName: test-dep
|
dependencyName: test-dep
|
||||||
|
|||||||
Reference in New Issue
Block a user