Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Chris <github.account@chrigel.net>
Signed-off-by: Fabian Fischer <fabian.fischer@vshn.ch>
  • Loading branch information
glrf and ccremer committed Sep 8, 2021
1 parent 3967fc0 commit 991aca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appuio/redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Edit the README.gotmpl.md template instead.
| sentinel.extraEnvVarsSecret | list | `[]` | Secret with extra env vars: |
| sentinel.failoverTimeout | int | `18000` | |
| sentinel.forceUpdate | bool | `false` | Force update the StatefulSet. If enabled the chart will recreate the StatefulSet without touching the Pods (cascade orphan), allowing you to update locked field, such as PVC size. |
| sentinel.forceUpdateKubectlImage | string | `"quay.io/bitnami/kubectl"` | Image used to recreate the StatefulSet. Needs to contain kubectl. |
| sentinel.forceUpdateKubectlImage | string | `"quay.io/bitnami/kubectl"` | Image used to recreate the StatefulSet. Needs to contain `kubectl` in its `$PATH`. |
| sentinel.image.pullPolicy | string | `"IfNotPresent"` | Sentinel image pull policy Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' |
| sentinel.image.registry | string | `"docker.io"` | Sentinel image registry |
| sentinel.image.repository | string | `"bitnami/redis-sentinel"` | Sentinel image repository |
Expand Down
2 changes: 1 addition & 1 deletion appuio/redis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ sentinel:
# -- Force update the StatefulSet.
# If enabled the chart will recreate the StatefulSet without touching the Pods (cascade orphan), allowing you to update locked field, such as PVC size.
forceUpdate: false
# -- Image used to recreate the StatefulSet. Needs to contain kubectl.
# -- Image used to recreate the StatefulSet. Needs to contain `kubectl` in its `$PATH`.
forceUpdateKubectlImage: "quay.io/bitnami/kubectl"

# -- Delay seconds when cleaning nodes IPs.
Expand Down

0 comments on commit 991aca0

Please sign in to comment.