2
2
3
3
<!-- This README.md is generated. Please edit README.md.gotmpl -->
4
4
5
- ![ Version: 0.9.1 ] ( https://img.shields.io/badge/Version-0.9.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.12.0] ( https://img.shields.io/badge/AppVersion-0.12.0-informational?style=flat-square )
5
+ ![ Version: 0.10.0 ] ( https://img.shields.io/badge/Version-0.10.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.12.0] ( https://img.shields.io/badge/AppVersion-0.12.0-informational?style=flat-square )
6
6
7
7
The Helm chart for Policy Controller
8
8
@@ -157,15 +157,24 @@ helm uninstall [RELEASE_NAME]
157
157
| cosign.webhookTimeoutSeconds | object | `{}` | |
158
158
| imagePullSecrets | list | `[]` | |
159
159
| installCRDs | bool | `true` | |
160
+ | leasescleanup.automountServiceAccountToken | bool | `true` | |
160
161
| leasescleanup.image.pullPolicy | string | `"IfNotPresent"` | |
161
162
| leasescleanup.image.repository | string | `"cgr.dev/chainguard/kubectl"` | |
162
163
| leasescleanup.image.version | string | `"latest-dev"` | |
164
+ | leasescleanup.podSecurityContext.enabled | bool | `false` | |
165
+ | leasescleanup.priorityClass | string | `""` | |
166
+ | leasescleanup.resources.limits.cpu | string | `""` | |
167
+ | leasescleanup.resources.limits.memory | string | `""` | |
168
+ | leasescleanup.resources.requests.cpu | string | `""` | |
169
+ | leasescleanup.resources.requests.memory | string | `""` | |
163
170
| loglevel | string | `"info"` | |
164
171
| serviceMonitor.enabled | bool | `false` | |
165
172
| webhook.affinity | object | `{}` | |
173
+ | webhook.automountServiceAccountToken | bool | `true` | |
166
174
| webhook.configData | object | `{}` | |
167
175
| webhook.customLabels | object | `{}` | |
168
176
| webhook.env | object | `{}` | |
177
+ | webhook.envFrom | object | `{}` | |
169
178
| webhook.extraArgs | object | `{}` | |
170
179
| webhook.failurePolicy | string | `"Fail"` | |
171
180
| webhook.image.pullPolicy | string | `"IfNotPresent"` | |
@@ -183,6 +192,7 @@ helm uninstall [RELEASE_NAME]
183
192
| webhook.podSecurityContext.enabled | bool | `true` | |
184
193
| webhook.podSecurityContext.readOnlyRootFilesystem | bool | `true` | |
185
194
| webhook.podSecurityContext.runAsUser | int | `1000` | |
195
+ | webhook.priorityClass | string | `""` | |
186
196
| webhook.registryCaBundle | object | `{}` | |
187
197
| webhook.replicaCount | int | `1` | |
188
198
| webhook.resources.limits.cpu | string | `"200m"` | |
0 commit comments