Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
system-charts
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
system-charts
Commits
127ecc0f
Commit
127ecc0f
authored
Nov 22, 2019
by
Murali Paluru
Committed by
Alena Prokharchyk
Nov 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add volumes for etcd tests
parent
ffc59405
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
configmap.yaml
charts/rancher-cis-benchmark/v0.0.1/templates/configmap.yaml
+13
-1
values.yaml
charts/rancher-cis-benchmark/v0.0.1/values.yaml
+1
-1
No files found.
charts/rancher-cis-benchmark/v0.0.1/templates/configmap.yaml
View file @
127ecc0f
...
...
@@ -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
charts/rancher-cis-benchmark/v0.0.1/values.yaml
View file @
127ecc0f
...
...
@@ -18,7 +18,7 @@ debugTime: "infinity"
image
:
repository
:
rancher/security-scan
tag
:
v0.1.
1
tag
:
v0.1.
2
pullPolicy
:
Always
nameOverride
:
"
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment