Merge pull request #887 from 3dwardch3ng/infra/argo-workflows

deploy pods to amd64 node
This commit is contained in:
2024-08-28 16:31:22 +10:00
committed by GitHub

View File

@@ -37,6 +37,9 @@ spec:
image: docker/whalesay:latest
command: [cowsay]
args: ["{{inputs.parameters.message}}"]
nodeSelector:
kubernetes.io/os: linux
kubernetes.io/arch: amd64
parameters:
- src:
dependencyName: test-dep