From a132e5f056814d041decf387f6f3fb4c9ce7d9fc Mon Sep 17 00:00:00 2001 From: yu-croco Date: Thu, 16 May 2024 08:21:17 +0900 Subject: [PATCH] fix(argocd-image-updater): correct doc Signed-off-by: yu-croco --- charts/argocd-image-updater/README.md | 2 +- charts/argocd-image-updater/values.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/argocd-image-updater/README.md b/charts/argocd-image-updater/README.md index 158ac3d3..ea57d402 100644 --- a/charts/argocd-image-updater/README.md +++ b/charts/argocd-image-updater/README.md @@ -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 | diff --git a/charts/argocd-image-updater/values.yaml b/charts/argocd-image-updater/values.yaml index d62db5d3..2791890a 100644 --- a/charts/argocd-image-updater/values.yaml +++ b/charts/argocd-image-updater/values.yaml @@ -205,6 +205,7 @@ podSecurityContext: {} # fsGroup: 2000 # -- Security context settings for the deployment +# @default -- See [values.yaml] securityContext: allowPrivilegeEscalation: false capabilities: