mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/ambassador] Fix ambassador-pro deployment (#15406)
remove extra dash. Signed-off-by: Ben Pehling <shinjipehling@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
2a3f736d4c
commit
73afba3dc5
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 0.72.0
|
||||
description: A Helm chart for Datawire Ambassador
|
||||
name: ambassador
|
||||
version: 2.12.2
|
||||
version: 2.12.3
|
||||
icon: https://www.getambassador.io/images/logo.png
|
||||
home: https://www.getambassador.io/
|
||||
sources:
|
||||
|
||||
@@ -193,7 +193,7 @@ spec:
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
{{- end -}}
|
||||
{{- end }}
|
||||
- name: AMBASSADOR_LICENSE_KEY
|
||||
{{- if .Values.pro.licenseKey.secret }}
|
||||
valueFrom:
|
||||
|
||||
Reference in New Issue
Block a user