Hi, I am trying to change the toleration of my dep...
# prefect-kubernetes
k
Hi, I am trying to change the toleration of my deployment to use GPU so that it can override the
job_config
in the workerpool. The way I am deploying a workflow is through Python by calling
.deploy()
. However, by passing the json which contains the job config doesn't really change the manifest. Can someone give me a working example of this please?