Add mesh provider option to Helm chart

This commit is contained in:
stefanprodan
2019-03-20 12:59:35 +02:00
parent 4b6126dd1a
commit d7e111b7d4
2 changed files with 7 additions and 1 deletions
+3
View File
@@ -35,6 +35,9 @@ spec:
command:
- ./flagger
- -log-level=info
{{- if .Values.meshProvider }}
- -mesh-provider={{ .Values.meshProvider }}
{{- end }}
- -metrics-server={{ .Values.metricsServer }}
{{- if .Values.namespace }}
- -namespace={{ .Values.namespace }}
+4 -1
View File
@@ -7,7 +7,10 @@ image:
metricsServer: "http://prometheus.istio-system.svc.cluster.local:9090"
# Namespace that flagger will watch for Canary objects
# accepted values are istio or appmesh (defaults to istio)
meshProvider: ""
# namespace that flagger will watch for Canary objects
namespace: ""
slack: