Fix the plugin block rendering

Signed-off-by: Robert Macaulay <robert.macaulay@gmail.com>
This commit is contained in:
Robert Macaulay 2024-11-07 12:33:06 -06:00
parent 69f3eddca8
commit b4a7c0cf2b

View file

@ -8,8 +8,10 @@ metadata:
{{- include "argo-rollouts.labels" . | nindent 4 }} {{- include "argo-rollouts.labels" . | nindent 4 }}
data: data:
{{- with .Values.controller.metricProviderPlugins }} {{- with .Values.controller.metricProviderPlugins }}
{{- toYaml . | nindent 2 }} metricProviderPlugins: |-
{{- toYaml . | nindent 4 }}
{{- end }} {{- end }}
{{- with .Values.controller.trafficRouterPlugins }} {{- with .Values.controller.trafficRouterPlugins }}
{{- toYaml . | nindent 2 }} trafficRouterPlugins: |-
{{- toYaml . | nindent 4 }}
{{- end }} {{- end }}