...
Login to Kyvos Manager.
Navigate to the Utilities > Manage Configuration Files.
To configure taints as per your requirement, modify the kyvos-compute-worker-job.yaml.template file.
Download the kyvos-compute-worker-job.yaml.template file. In the kyvos-compute-worker-job.yaml.template file, add the below section at the bottom of the file.
tolerations:
key: "key1"
operator: "Equal"
value: "value1"
effect: "NoSchedule"Replace KEY and VALUE with the required taint details.Replace it in the kyvos-compute-worker-job.yaml.template file underthe KYVOSMANAGER_PATH/cloud/gcp/terraform/kyvos-k8s/ section.
...