Commit 127ecc0f by Murali Paluru Committed by Alena Prokharchyk

add volumes for etcd tests

parent ffc59405
......@@ -61,6 +61,12 @@ data:
- hostPath:
path: /
name: root
- hostPath:
path: /etc/passwd
name: etc-passwd
- hostPath:
path: /etc/group
name: etc-group
sonobuoy-config:
driver: DaemonSet
plugin-name: rancher-kube-bench
......@@ -96,4 +102,10 @@ data:
readOnly: false
- mountPath: /node
name: root
readOnly: false
readOnly: true
- mountPath: /etc/passwd
name: etc-passwd
readOnly: true
- mountPath: /etc/group
name: etc-group
readOnly: true
......@@ -18,7 +18,7 @@ debugTime: "infinity"
image:
repository: rancher/security-scan
tag: v0.1.1
tag: v0.1.2
pullPolicy: Always
nameOverride: ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment