Skip to content

Commit

Permalink
Attempt e2e fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willie-yao committed Jun 6, 2024
1 parent 82aec7d commit 9a75480
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions hack/charts/cluster-api-operator/templates/infra.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Recursive printer function for use with additionalDeployments field
{{- define "recursivePrinter" }}
{{- range $key, $value := . }}
{{- if kindIs "map" $value }}
Expand Down Expand Up @@ -58,7 +57,6 @@ spec:
additionalDeployments:
{{- include "recursivePrinter" $.Values.additionalDeployments | indent 2 }}
{{- end }}
{{- end }}
{{- if $infrastructureVersion }}
version: {{ $infrastructureVersion }}
{{- end }}
Expand All @@ -83,3 +81,4 @@ spec:
{{- end }}
{{- end }}
{{- end }}
{{- end }}
1 change: 0 additions & 1 deletion test/e2e/resources/full-chart-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27709,7 +27709,6 @@ spec:
# Core provider
---
# Source: cluster-api-operator/templates/infra.yaml
# Recursive printer function for use with additionalDeployments field
# Infrastructure providers
---
# Source: cluster-api-operator/templates/operator-components.yaml
Expand Down

0 comments on commit 9a75480

Please sign in to comment.