deploy pods to amd64 node

This commit is contained in:
2024-08-28 16:30:56 +10:00
parent f95f5ea23e
commit ae0950625c

View File

@@ -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