diff --git a/snyk-monitor/values.yaml b/snyk-monitor/values.yaml index f519ea556..023db9b3b 100644 --- a/snyk-monitor/values.yaml +++ b/snyk-monitor/values.yaml @@ -25,9 +25,6 @@ image: # Set the name of the cluster, otherwise the snyk-monitor will set this to a default value. clusterName: "" -# The path of the docker socket on the node. For PKS: /var/vcap/data/sys/run/docker/docker.sock -dockerSocketHostPath: "/var/run/docker.sock" - # The snyk-monitor requires disk storage to temporarily pull container images and to scan them for vulnerabilities. # This value controls how much disk storage _at most_ may be allocated for the snyk-monitor. The snyk-monitor mounts an emptyDir for storage. temporaryStorageSize: 50Gi