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
0ccbe257
Commit
0ccbe257
authored
Dec 03, 2019
by
Murali Paluru
Committed by
Denise
Dec 03, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating image, adding debug flags
parent
127ecc0f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
configmap.yaml
charts/rancher-cis-benchmark/v0.0.1/templates/configmap.yaml
+1
-1
pod.yaml
charts/rancher-cis-benchmark/v0.0.1/templates/pod.yaml
+6
-0
values.yaml
charts/rancher-cis-benchmark/v0.0.1/values.yaml
+3
-2
No files found.
charts/rancher-cis-benchmark/v0.0.1/templates/configmap.yaml
View file @
0ccbe257
...
...
@@ -87,7 +87,7 @@ data:
value: /tmp/results
- name: CHROOT_DIR
value: /node
{{- if .Values.debug }}
{{- if .Values.debug
Worker
}}
- name: DEBUG
value: "true"
- name: DEBUG_TIME_IN_SEC
...
...
charts/rancher-cis-benchmark/v0.0.1/templates/pod.yaml
View file @
0ccbe257
...
...
@@ -46,6 +46,12 @@ spec:
-
name
:
OUTPUT_CONFIGMAPNAME
value
:
{{
.Release.Name
}}
{{
- end
}}
{{
- if .Values.debugMaster
}}
-
name
:
DEBUG
value
:
"
true"
-
name
:
DEBUG_TIME_IN_SEC
value
:
{{
.Values.debugTime
}}
{{
- end
}}
image
:
"
{{
.Values.image.repository
}}:{{
.Values.image.tag
}}"
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
ports
:
...
...
charts/rancher-cis-benchmark/v0.0.1/values.yaml
View file @
0ccbe257
...
...
@@ -13,12 +13,13 @@ skip: ""
skipConfigMapName
:
"
"
# when debug=true, the plugin pods sleep for the time specified
debug
:
false
debugMaster
:
false
debugWorker
:
false
debugTime
:
"
infinity"
image
:
repository
:
rancher/security-scan
tag
:
v0.1.
2
tag
:
v0.1.
3
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