fix(argocd-image-updater): correct doc
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
aded3c2923
commit
a132e5f056
2 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,7 @@ The `config.registries` value can be used exactly as it looks in the documentati
|
|||
| rbac.enabled | bool | `true` | Enable RBAC creation |
|
||||
| replicaCount | int | `1` | Replica count for the deployment. It is not advised to run more than one replica. |
|
||||
| resources | object | `{}` | Pod memory and cpu resource settings for the deployment |
|
||||
| securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"seccompProfile":{"type":"RuntimeDefault"}}` | Security context settings for the deployment |
|
||||
| securityContext | object | See [values.yaml] | Security context settings for the deployment |
|
||||
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
|
||||
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
|
||||
| serviceAccount.labels | object | `{}` | Labels to add to the service account |
|
||||
|
|
|
@ -205,6 +205,7 @@ podSecurityContext: {}
|
|||
# fsGroup: 2000
|
||||
|
||||
# -- Security context settings for the deployment
|
||||
# @default -- See [values.yaml]
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
|
|
Loading…
Reference in a new issue