mirror of https://git.rancher.io/charts
(dev-v2.6-archive) Merge pull request #644 from prachidamle/new_cis_fixes
New cis-operator state transition fixes
(partially cherry picked from commit 433d3a5ffa
)
pull/1680/head
parent
77baa20d90
commit
145544197f
|
@ -4,11 +4,6 @@ The cis-operator enables running CIS benchmark security scans on a kubernetes cl
|
|||
|
||||
# Installation
|
||||
|
||||
### Requirements
|
||||
|
||||
This chart depends on the rancher-cis-benchmark-crd chart.
|
||||
|
||||
### Installation
|
||||
```
|
||||
helm install rancher-cis-benchmark ./ --create-namespace -n cis-operator-system
|
||||
```
|
||||
|
|
|
@ -4,9 +4,6 @@ metadata:
|
|||
name: clusterscans.cis.cattle.io
|
||||
spec:
|
||||
additionalPrinterColumns:
|
||||
- JSONPath: .status.display.state
|
||||
name: Status
|
||||
type: string
|
||||
- JSONPath: .status.lastRunScanProfileName
|
||||
name: ClusterScanProfile
|
||||
type: string
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
image:
|
||||
cisoperator:
|
||||
repository: rancher/cis-operator
|
||||
tag: v0.0.4
|
||||
tag: v0.0.5
|
||||
securityScan:
|
||||
repository: rancher/security-scan
|
||||
tag: v0.2.0
|
||||
|
|
Loading…
Reference in New Issue