Closed ritesh-makerble closed 8 months ago
@ritesh-makerble What about this example: https://github.com/tektoncd/triggers/blob/main/examples/v1beta1/eventlisteners/eventlistener-tolerations.yaml
So try this:
spec:
serviceAccountName: github-trigger
resources:
kubernetesResource:
spec:
template:
spec:
tolerations:
- key: "kubernetes.azure.com/scalesetpriority"
operator: "Equal"
value: "spot"
effect: "NoSchedule"
- key: "type"
operator: "Equal"
value: "spot-1"
effect: "NoSchedule""
/assign @khrm
This didn't worked for me