mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-21 11:06:10 +10:00
[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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user