Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/memcached] Fix README to reflect updateStrategy.type value re…
Browse files Browse the repository at this point in the history
…quirement

Signed-off-by: Remington Reackhof <rreackhof@rmn.com>
  • Loading branch information
Remington Reackhof committed Aug 16, 2019
1 parent 797dede commit 2a2816b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion stable/memcached/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The following table lists the configurable parameters of the Memcached chart and
| `securityContext.enabled` | Enable security context | `true` |
| `securityContext.fsGroup` | Group ID for the container | `1001` |
| `securityContext.runAsUser`| User ID for the container | `1001` |
| `updateStrategy` | Update strategy for the StatefulSet/Deployment | `RollingUpdate` |
| `updateStrategy.type` | Update strategy for the StatefulSet/Deployment | `RollingUpdate` |

The above parameters map to `memcached` params. For more information please refer to the [Memcached documentation](https://github.com/memcached/memcached/wiki/ConfiguringServer).

Expand Down
1 change: 0 additions & 1 deletion stable/memcached/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,3 @@ spec:
{{- if (eq "Recreate" .Values.updateStrategy.type) }}
rollingUpdate: null
{{- end }}
{{- end }}

0 comments on commit 2a2816b

Please sign in to comment.