deploy pods to amd64 node

This commit is contained in:
2024-08-28 16:36:25 +10:00
parent ae0950625c
commit 563298321c

View File

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