[bitnami/etcd] Add support for shareProcessNamespace (#14018)

* [bitnami/etcd] Add support for shareProcessNamespace

Signed-off-by: Robin Geuze <robing@transip.nl>

* Bump minor instead of patch version and apply doc fix

Signed-off-by: Robin Geuze <robing@transip.nl>

Signed-off-by: Robin Geuze <robing@transip.nl>
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
RobinGeuze
2023-01-09 08:29:05 +01:00
committed by GitHub
parent 75b54b0ac2
commit 0c4ed330e2
4 changed files with 14 additions and 2 deletions

View File

@@ -73,6 +73,9 @@ spec:
{{- if .Values.podSecurityContext.enabled }}
securityContext: {{- omit .Values.podSecurityContext "enabled" | toYaml | nindent 8 }}
{{- end }}
{{- if .Values.shareProcessNamespace }}
shareProcessNamespace: {{ .Values.shareProcessNamespace }}
{{- end }}
serviceAccountName: {{ include "etcd.serviceAccountName" $ | quote }}
{{- if or .Values.initContainers (and .Values.volumePermissions.enabled .Values.persistence.enabled) }}
initContainers: