Commit 127ecc0f authored by Murali Paluru's avatar Murali Paluru Committed by Alena Prokharchyk
Browse files

add volumes for etcd tests

parent ffc59405
Loading
Loading
Loading
Loading
+13 −1
Original line number Original line Diff line number Diff line
@@ -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:
        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
+1 −1
Original line number Original line Diff line number Diff line
@@ -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: ""