mirror of
https://github.com/bitnami/charts.git
synced 2026-03-01 06:58:20 +08:00
add extraEnv param
This commit is contained in:
@@ -49,6 +49,7 @@ spec:
|
||||
secretKeyRef:
|
||||
name: {{ template "memcached.fullname" . }}
|
||||
key: memcached-password
|
||||
{{- toYaml .Values.extraEnv | nindent 12 }}
|
||||
ports:
|
||||
- name: memcache
|
||||
containerPort: 11211
|
||||
|
||||
@@ -59,6 +59,7 @@ spec:
|
||||
secretKeyRef:
|
||||
name: {{ template "memcached.fullname" . }}
|
||||
key: memcached-password
|
||||
{{- toYaml .Values.extraEnv | nindent 12 }}
|
||||
ports:
|
||||
- name: memcache
|
||||
containerPort: 11211
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user