Commit 127ecc0f by Murali Paluru Committed by Alena Prokharchyk

add volumes for etcd tests

parent ffc59405
...@@ -61,6 +61,12 @@ data: ...@@ -61,6 +61,12 @@ data:
- hostPath: - hostPath:
path: / path: /
name: root name: root
- hostPath:
path: /etc/passwd
name: etc-passwd
- hostPath:
path: /etc/group
name: etc-group
sonobuoy-config: sonobuoy-config:
driver: DaemonSet driver: DaemonSet
plugin-name: rancher-kube-bench plugin-name: rancher-kube-bench
...@@ -96,4 +102,10 @@ data: ...@@ -96,4 +102,10 @@ data:
readOnly: false readOnly: false
- mountPath: /node - mountPath: /node
name: root 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" ...@@ -18,7 +18,7 @@ debugTime: "infinity"
image: image:
repository: rancher/security-scan repository: rancher/security-scan
tag: v0.1.1 tag: v0.1.2
pullPolicy: Always pullPolicy: Always
nameOverride: "" 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