fix(argo-rollouts): plugin block rendering was incorrect (#3014)

* Fix the plugin block rendering

Signed-off-by: Robert Macaulay <robert.macaulay@gmail.com>

* fixed chart.yaml

Signed-off-by: Robert Macaulay <robert.macaulay@gmail.com>

* Update charts/argo-rollouts/Chart.yaml

Co-authored-by: Marco Maurer (-Kilchhofer) <mkilchhofer@users.noreply.github.com>
Signed-off-by: Robert Macaulay <robert.macaulay@gmail.com>

---------

Signed-off-by: Robert Macaulay <robert.macaulay@gmail.com>
Co-authored-by: Marco Maurer (-Kilchhofer) <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Robert Macaulay 2024-11-07 17:17:27 -06:00 committed by GitHub
parent 69f3eddca8
commit 1c95f37c68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 5 deletions

View file

@ -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 }}