From 535d1bd5409d296888d23a12e5ad0e1fef8d4fc5 Mon Sep 17 00:00:00 2001 From: Phoenix Date: Fri, 29 May 2020 19:22:39 +0100 Subject: [PATCH 1/2] Correcting README.md for helm-operator chart documentation for resource limits (cherry picked from commit 5f9bdb0521d1a359b776886c92f5e86ce83310a2) --- chart/helm-operator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/helm-operator/README.md b/chart/helm-operator/README.md index 0d4414d58..24829e991 100755 --- a/chart/helm-operator/README.md +++ b/chart/helm-operator/README.md @@ -70,7 +70,7 @@ chart and their default values. | `image.pullSecret` | `None` | Image pull secret | `resources.requests.cpu` | `50m` | CPU resource requests for the deployment | `resources.requests.memory` | `64Mi` | Memory resource requests for the deployment -| `resources.requests.cpu` | `None` | CPU resource limits for the deployment +| `resources.limits.cpu` | `None` | CPU resource limits for the deployment | `resources.limits.memory` | `None` | Memory resource limits for the deployment | `nodeSelector` | `{}` | Node Selector properties for the deployment | `tolerations` | `[]` | Tolerations properties for the deployment From 710e0c3d21da45d3ef7c61a16b7956eaaca5b52f Mon Sep 17 00:00:00 2001 From: Phoenix Date: Sat, 30 May 2020 16:37:51 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Removing=20'replicaCount'=20from=20helm=20c?= =?UTF-8?q?hart=20README.md=20as=20it=E2=80=99s=20no=20longer=20available?= =?UTF-8?q?=20as=20a=20config=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chart/helm-operator/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/chart/helm-operator/README.md b/chart/helm-operator/README.md index 24829e991..57b1056de 100755 --- a/chart/helm-operator/README.md +++ b/chart/helm-operator/README.md @@ -65,7 +65,6 @@ chart and their default values. | ----------------------------------------------- | ---------------------------------------------------- | --- | `image.repository` | `docker.io/fluxcd/helm-operator` | Image repository | `image.tag` | `{{ version }}` | Image tag -| `replicaCount` | `1` | Number of Helm Operator pods to deploy, more than one is not desirable | `image.pullPolicy` | `IfNotPresent` | Image pull policy | `image.pullSecret` | `None` | Image pull secret | `resources.requests.cpu` | `50m` | CPU resource requests for the deployment