Skip to content

Commit 12fdd7f

Browse files
BertelBBdkontorovskyy
authored andcommitted
chore: add tolerations to values.yaml
It is missing in the file but is used in the Deployment template
1 parent 2b464e5 commit 12fdd7f

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)