mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/ambassador] Add AMBASSADOR_NAMESPACE env var to pro container (#15393)
Signed-off-by: Ben Pehling <shinjipehling@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
02ab669622
commit
d3ff96c247
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 0.72.0
|
||||
description: A Helm chart for Datawire Ambassador
|
||||
name: ambassador
|
||||
version: 2.12.1
|
||||
version: 2.12.2
|
||||
icon: https://www.getambassador.io/images/logo.png
|
||||
home: https://www.getambassador.io/
|
||||
sources:
|
||||
|
||||
@@ -186,6 +186,14 @@ spec:
|
||||
value: "{{ .Values.pro.ports.ratelimitDebug }}"
|
||||
- name: APP_LOG_LEVEL
|
||||
value: "{{ .Values.pro.logLevel }}"
|
||||
- name: AMBASSADOR_NAMESPACE
|
||||
{{- if .Values.namespace }}
|
||||
value: {{ .Values.namespace.name | quote }}
|
||||
{{ else }}
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
{{- end -}}
|
||||
- name: AMBASSADOR_LICENSE_KEY
|
||||
{{- if .Values.pro.licenseKey.secret }}
|
||||
valueFrom:
|
||||
|
||||
Reference in New Issue
Block a user