Skip to content

Commit

Permalink
fix machine class chart
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Franczyk <[email protected]>
  • Loading branch information
mfranczy committed Oct 14, 2020
1 parent 62c3ea3 commit ba68218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/internal/machine-class/templates/machine-class.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ providerSpec:
networks:
{{ toYaml $machineClass.networks | indent 4 }}
{{- end }}
{{- if $machineClass.dnsPolicy }}
{{- if $machineClass.cpu }}
cpu:
{{ toYaml $machineClass.cpu | indent 4 }}
Expand All @@ -47,6 +46,7 @@ providerSpec:
memory:
{{ toYaml $machineClass.memory | indent 4 }}
{{- end }}
{{- if $machineClass.dnsPolicy }}
dnsPolicy: {{ $machineClass.dnsPolicy }}
{{- end }}
{{- if $machineClass.dnsConfig }}
Expand Down

0 comments on commit ba68218

Please sign in to comment.