diff --git a/charts/device-plugin-operator/templates/operator.yaml b/charts/device-plugin-operator/templates/operator.yaml index 5be8da4..beba32e 100644 --- a/charts/device-plugin-operator/templates/operator.yaml +++ b/charts/device-plugin-operator/templates/operator.yaml @@ -367,6 +367,7 @@ spec: secret: defaultMode: 420 secretName: webhook-server-cert + tolerations: {{ .Values.tolerations | toYaml | nindent 8 }} --- apiVersion: cert-manager.io/v1 kind: Certificate diff --git a/charts/device-plugin-operator/values.yaml b/charts/device-plugin-operator/values.yaml index bef85a2..a715a82 100644 --- a/charts/device-plugin-operator/values.yaml +++ b/charts/device-plugin-operator/values.yaml @@ -26,3 +26,5 @@ resources: requests: cpu: 100m memory: 100Mi + +tolerations: []