From 925d2686be0698ebc14a26a9d6c5ef7cc734ab1c Mon Sep 17 00:00:00 2001 From: Jonathan Cole Date: Fri, 19 Jun 2020 21:34:29 -0700 Subject: [PATCH] missed readme update Signed-off-by: Jonathan Cole --- incubator/rundeck/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incubator/rundeck/README.md b/incubator/rundeck/README.md index a92814e7da81..0da4ce68e1fe 100644 --- a/incubator/rundeck/README.md +++ b/incubator/rundeck/README.md @@ -14,7 +14,7 @@ The following configurations may be set. It is recommended to use values.yaml fo Parameter | Description | Default --------- | ----------- | ------- -replicaCount | How many replicas to run. Rundeck can really only work with one. | 1 +deployment.replicaCount | How many replicas to run. Rundeck can really only work with one. | 1 deployment.annotations | You can pass annotations inside deployment.spec.template.metadata.annotations. Useful for KIAM/Kube2IAM and others for example. | {} deployment.rolloutStrategy | Sets the K8s rollout strategy for the Rundeck deployment | { type: RollingUpdate } image.repository | Name of the image to run, without the tag. | [rundeck/rundeck](https://github.com/rundeck/rundeck)