You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/capsule/README.md
+15-12Lines changed: 15 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@ The following Values have changed key or Value:
88
88
| securityContext | object |`{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"enabled":true,"readOnlyRootFilesystem":true}`| Set the securityContext for the Capsule container |
89
89
| serviceAccount.annotations | object |`{}`| Annotations to add to the service account. |
90
90
| serviceAccount.create | bool |`true`| Specifies whether a service account should be created. |
91
+
| serviceAccount.imagePullSecrets | list |`[]`||
91
92
| serviceAccount.name | string |`""`| The name of the service account to use. If not set and `serviceAccount.create=true`, a name is generated using the fullname template |
92
93
| tls.create | bool |`false`| When cert-manager is disabled, Capsule will generate the TLS certificate for webhook and CRDs conversion. |
93
94
| tls.enableController | bool |`false`| Start the Capsule controller that injects the CA into mutating and validating webhooks, and CRD as well. |
@@ -157,6 +158,14 @@ The following Values have changed key or Value:
157
158
| monitoring.dashboards.operator.folder | string |`""`| folder assignment for dashboard |
| monitoring.dashboards.operator.resyncPeriod | string |`"10m"`| How often the resource is synced, defaults to 10m0s if not set |
161
+
| monitoring.diagnostics.annotations | object |`{}`| Annotations for dashboard configmaps |
162
+
| monitoring.diagnostics.enabled | bool |`false`| Enable Diagnostic Dashboards to be deployed |
163
+
| monitoring.diagnostics.labels | object |`{}`| Labels for dashboard configmaps |
164
+
| monitoring.diagnostics.operator.allowCrossNamespaceImport | bool |`true`| Allow the Operator to match this resource with Grafanas outside the current namespace |
| webhooks.hooks.cordoning.matchConditions | list |`[]`|[MatchConditions](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-matchpolicy)|
| webhooks.hooks.cordoning.rules | list |`[{"apiGroups":["*"],"apiVersions":["*"],"operations":["CREATE","UPDATE","DELETE"],"resources":["*"],"scope":"Namespaced"}]`|[Rules](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-rules)|
191
200
| webhooks.hooks.customresources.enabled | bool |`true`| Enable the Hook |
| webhooks.hooks.customresources.matchConditions | list |`[]`|[MatchConditions](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-matchpolicy)|
| webhooks.hooks.managed.rules | list |`[{"apiGroups":["*"],"apiVersions":["*"],"operations":["UPDATE","DELETE"],"resources":["*"],"scope":"*"}]`|[Rules](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-rules)|
235
+
| webhooks.hooks.managed.rules | list |`[{"apiGroups":["*"],"apiVersions":["*"],"operations":["CREATE","UPDATE","DELETE"],"resources":["*"],"scope":"*"}]`|[Rules](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-rules)|
227
236
| webhooks.hooks.namespaceOwnerReference | object |`{}`| Deprecated, use webhooks.hooks.namespaces instead |
228
237
| webhooks.hooks.namespaces.enabled | bool |`true`| Enable the Hook |
| webhooks.hooks.networkpolicies.matchConditions | list |`[]`|[MatchConditions](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-matchpolicy)|
| webhooks.hooks.nodes.matchConditions | list |`[]`|[MatchConditions](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-matchpolicy)|
@@ -284,7 +287,7 @@ The following Values have changed key or Value:
| webhooks.hooks.tenantLabel.matchConditions | list |`[]`|[MatchConditions](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-matchpolicy)|
0 commit comments