Skip to content

Commit

Permalink
fix: support adding tolerations to the device plugin operator (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryGF authored Jan 3, 2025
1 parent 1f3edad commit 0020d7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/device-plugin-operator/templates/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions charts/device-plugin-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ resources:
requests:
cpu: 100m
memory: 100Mi

tolerations: []

0 comments on commit 0020d7e

Please sign in to comment.