Skip to content

Commit

Permalink
Merge pull request #195 from snyk/fix/remove-docker-sock-value
Browse files Browse the repository at this point in the history
fix: remove reference to docker.sock in Helm values
  • Loading branch information
ivanstanev authored Nov 7, 2019
2 parents e4f8ac5 + ae97709 commit beca76d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions snyk-monitor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit beca76d

Please sign in to comment.