Skip to content

Commit

Permalink
rm global
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly committed Feb 1, 2024
1 parent ecc203d commit 370ee70
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions charts/kyverno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,12 @@ The chart values are organised per component.

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| crds.backgroundscanreports | bool | `true` | |
| crds.cleanuppolicies | bool | `true` | |
| crds.clusterbackgroundscanreports | bool | `true` | |
| crds.clustercleanuppolicies | bool | `true` | |
| crds.clusterpolicyreports | bool | `true` | |
| crds.policyreports | bool | `true` | |
| crds.install | bool | `true` | Whether to have Helm install the Kyverno CRDs, if the CRDs are not installed by Helm, they must be added before policies can be created |
| crds.groups.kyverno | bool | `true` | Install CRDs in group `kyverno.io` |
| crds.groups.policyreport | bool | `true` | Install CRDs in group `wgpolicyk8s.io` |
Expand Down Expand Up @@ -448,7 +454,6 @@ The chart values are organised per component.
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| backgroundController.featuresOverride | object | `{}` | Overrides features defined at the root level |
| global.backgroundController.enabled | bool | `true` | Enable background controller. |
| backgroundController.rbac.create | bool | `true` | Create RBAC resources |
| backgroundController.rbac.serviceAccount.name | string | `nil` | Service account name |
| backgroundController.rbac.serviceAccount.annotations | object | `{}` | Annotations for the ServiceAccount |
Expand Down Expand Up @@ -520,7 +525,6 @@ The chart values are organised per component.
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| cleanupController.featuresOverride | object | `{}` | Overrides features defined at the root level |
| global.cleanupController.enabled | bool | `true` | Enable cleanup controller. |
| cleanupController.rbac.create | bool | `true` | Create RBAC resources |
| cleanupController.rbac.serviceAccount.name | string | `nil` | Service account name |
| cleanupController.rbac.serviceAccount.annotations | object | `{}` | Annotations for the ServiceAccount |
Expand Down Expand Up @@ -599,7 +603,6 @@ The chart values are organised per component.
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| reportsController.featuresOverride | object | `{}` | Overrides features defined at the root level |
| global.reportsController.enabled | bool | `true` | Enable reports controller. |
| reportsController.rbac.create | bool | `true` | Create RBAC resources |
| reportsController.rbac.serviceAccount.name | string | `nil` | Service account name |
| reportsController.rbac.serviceAccount.annotations | object | `{}` | Annotations for the ServiceAccount |
Expand Down Expand Up @@ -769,6 +772,9 @@ The chart values are organised per component.

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| global.backgroundController | object | `{"enabled":true}` | Enable background controller. |
| global.cleanupController.enabled | bool | `true` | |
| global.reportsController.enabled | bool | `true` | |
| global.image.registry | string | `nil` | Global value that allows to set a single image registry across all deployments. When set, it will override any values set under `.image.registry` across the chart. |
| global.caCertificates.data | string | `nil` | Global CA certificates to use with Kyverno deployments This value is expected to be one large string of CA certificates Individual controller values will override this global value |
| global.caCertificates.volume | object | `{}` | Global value to set single volume to be mounted for CA certificates for all deployments. Not used when `.Values.global.caCertificates.data` is defined Individual controller values will override this global value |
Expand Down

0 comments on commit 370ee70

Please sign in to comment.