add extraEnv param

This commit is contained in:
David J. M. Karlsen
2019-12-10 12:46:38 +01:00
parent a41c0bb7e4
commit a0b3aa5524
4 changed files with 10 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ spec:
secretKeyRef:
name: {{ template "memcached.fullname" . }}
key: memcached-password
{{- toYaml .Values.extraEnv | nindent 12 }}
ports:
- name: memcache
containerPort: 11211

View File

@@ -59,6 +59,7 @@ spec:
secretKeyRef:
name: {{ template "memcached.fullname" . }}
key: memcached-password
{{- toYaml .Values.extraEnv | nindent 12 }}
ports:
- name: memcache
containerPort: 11211

View File

@@ -26,6 +26,10 @@ image:
# pullSecrets:
# - myRegistryKeySecretName
## Extra environment vars to pass.
## ref: https://github.com/bitnami/bitnami-docker-memcached#configuration
extraEnv: []
## String to partially override memcached.fullname template (will maintain the release name)
##
# nameOverride:

View File

@@ -26,6 +26,10 @@ image:
# pullSecrets:
# - myRegistryKeySecretName
## Extra environment vars to pass.
## ref: https://github.com/bitnami/bitnami-docker-memcached#configuration
extraEnv: []
## String to partially override memcached.fullname template (will maintain the release name)
##
# nameOverride: