Skip to content

Commit 0020d7e

Browse files
authored
fix: support adding tolerations to the device plugin operator (#70)
1 parent 1f3edad commit 0020d7e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

charts/device-plugin-operator/templates/operator.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ spec:
367367
secret:
368368
defaultMode: 420
369369
secretName: webhook-server-cert
370+
tolerations: {{ .Values.tolerations | toYaml | nindent 8 }}
370371
---
371372
apiVersion: cert-manager.io/v1
372373
kind: Certificate

charts/device-plugin-operator/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ resources:
2626
requests:
2727
cpu: 100m
2828
memory: 100Mi
29+
30+
tolerations: []

0 commit comments

Comments
 (0)