Skip to content

Commit deab38f

Browse files
Merge pull request #981 from snyk/chore/add-tolerations
chore: add tolerations to values.yaml
2 parents 2b464e5 + 12fdd7f commit deab38f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

snyk-monitor/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ excludedNamespaces:
121121
# fsGroup: <-- here
122122
securityContext:
123123
fsGroup:
124+
125+
# Set node tolerations for snyk-monitor
126+
tolerations: []
124127

125128
# A projected volume maps several existing volume sources into the same directory.
126129
# https://kubernetes.io/docs/concepts/storage/volumes/#projected

0 commit comments

Comments
 (0)