Skip to content

Commit

Permalink
enclose args in quote
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Jan 25, 2024
1 parent 23c5d47 commit 32c8ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ jobs:
- run: "sudo snap install kubectl --classic"
- run: "kubectl taint nodes k3d-k3s-default-server-0 foo=bar:NoSchedule"
# test that without passing toleration the container doesn't get started
- run: "! ${KURTOSIS_BINPATH} run --enclave without-tolerations << pipeline.parameters.workspace-with-cli-binary-and-images-mountpoint >>/<< pipeline.parameters.starlark-test-taints-and-tolerations >> {\"with_tolerations\": false}"
- run: "! ${KURTOSIS_BINPATH} run --enclave without-tolerations << pipeline.parameters.workspace-with-cli-binary-and-images-mountpoint >>/<< pipeline.parameters.starlark-test-taints-and-tolerations >> '{\"with_tolerations\": false}'"
# TODO make the k3s cluster multi node and have a better test for taints and tolerations
# TODO perhaps add support for tolerations for APIC and test that

Expand Down

0 comments on commit 32c8ec9

Please sign in to comment.