Fix the plugin block rendering
Signed-off-by: Robert Macaulay <robert.macaulay@gmail.com>
This commit is contained in:
parent
69f3eddca8
commit
b4a7c0cf2b
1 changed files with 4 additions and 2 deletions
|
@ -8,8 +8,10 @@ metadata:
|
|||
{{- include "argo-rollouts.labels" . | nindent 4 }}
|
||||
data:
|
||||
{{- with .Values.controller.metricProviderPlugins }}
|
||||
{{- toYaml . | nindent 2 }}
|
||||
metricProviderPlugins: |-
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- with .Values.controller.trafficRouterPlugins }}
|
||||
{{- toYaml . | nindent 2 }}
|
||||
trafficRouterPlugins: |-
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue