rancher-charts/packages/neuvector/templates/crd-template/README.md

16 lines
979 B
Markdown
Raw Normal View History

2022-04-13 18:27:53 +00:00
# NeuVector Helm Chart
2023-02-08 20:13:57 +00:00
Helm chart for NeuVector container security's CRD services. NeuVector's CRD (Custom Resource Definition) capture and declare application security policies early in the pipeline, then defined policies can be deployed together with the container applications.
2022-04-13 18:27:53 +00:00
2023-02-08 20:13:57 +00:00
Because the CRD policies can be deployed before NeuVector's core product, this separate helm chart is created. For the backward compatibility reason, crd.yaml is not removed in the 'core' chart. If you use this 'crd' chart, please set `crdwebhook.enabled` to false in the 'core' chart.
2022-04-13 18:27:53 +00:00
## Configuration
The following table lists the configurable parameters of the NeuVector chart and their default values.
Parameter | Description | Default | Notes
--------- | ----------- | ------- | -----
`openshift` | If deploying in OpenShift, set this to true | `false` |
`serviceAccount` | Service account name for NeuVector components | `default` |
`crdwebhook.type` | crd webhook type | `ClusterIP` |