[bitnami/memcached] Use SA for statefulset pods (#6135)

* Service account was only being set for the deployment, but this should
  also be set for the statefulset as well
* Increment chart version from 5.10.0 to 5.10.1
This commit is contained in:
Ryan Probus
2021-04-20 09:42:20 +02:00
committed by GitHub
parent 7899ee0b34
commit b6294a490c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ name: memcached
sources:
- https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/
version: 5.10.0
version: 5.10.1
@@ -61,6 +61,7 @@ spec:
fsGroup: {{ .Values.securityContext.fsGroup }}
runAsUser: {{ .Values.securityContext.runAsUser }}
{{- end }}
serviceAccountName: {{ template "memcached.serviceAccountName" . }}
containers:
- name: memcached
{{- if .Values.persistence.enabled }}