fix(argo-rollouts): update doc
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
918a0c1141
commit
5dfaffc5c7
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ For full list of changes please check ArtifactHub [changelog].
|
|||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| containerSecurityContext | object | `{}` | Security Context to set on container level |
|
||||
| containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"seccompProfile":{"type":"RuntimeDefault"}}` | Security Context to set on container level |
|
||||
| controller.affinity | object | `{}` | Assign custom [affinity] rules to the deployment |
|
||||
| controller.component | string | `"rollouts-controller"` | Value of label `app.kubernetes.io/component` |
|
||||
| controller.containerPorts.healthz | int | `8080` | Healthz container port |
|
||||
|
|
Loading…
Reference in a new issue