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:
parent
69f3eddca8
commit
1c95f37c68
2 changed files with 7 additions and 5 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…
Add table
Add a link
Reference in a new issue