Skip to content

Commit ae97709

Browse files
committed
fix: remove reference to docker.sock in Helm values
It is no longer used; we forgot to remove it when stripping out all references to Docker (dynamic scanning).
1 parent 0b05aee commit ae97709

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)