Hi,
I use tolerations K8S (https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) on my cluster, i need to integrate it on my deployment conf :
tolerations:
- effect: NoSchedule
key: dc
operator: Equal
value: toto
Currently, opal helm chart doesn't support toleration add in values helm files for server & client deployment.
Is it possible to add conf to Opal Helm chart?
Thanks for your help
Loïc
Hi,
I use tolerations K8S (https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) on my cluster, i need to integrate it on my deployment conf :
Currently, opal helm chart doesn't support toleration add in values helm files for server & client deployment.
Is it possible to add conf to Opal Helm chart?
Thanks for your help
Loïc