Skip to content

Commit beca76d

Browse files
authored
Merge pull request #195 from snyk/fix/remove-docker-sock-value
fix: remove reference to docker.sock in Helm values
2 parents e4f8ac5 + ae97709 commit beca76d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

snyk-monitor/values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ image:
2525
# Set the name of the cluster, otherwise the snyk-monitor will set this to a default value.
2626
clusterName: ""
2727

28-
# The path of the docker socket on the node. For PKS: /var/vcap/data/sys/run/docker/docker.sock
29-
dockerSocketHostPath: "/var/run/docker.sock"
30-
3128
# The snyk-monitor requires disk storage to temporarily pull container images and to scan them for vulnerabilities.
3229
# This value controls how much disk storage _at most_ may be allocated for the snyk-monitor. The snyk-monitor mounts an emptyDir for storage.
3330
temporaryStorageSize: 50Gi

0 commit comments

Comments
 (0)