Skip to content

Commit

Permalink
Remove temporary workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmc10 authored Apr 13, 2023
1 parent 67a7f5c commit d590063
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ spec:
{{ provisioning_network_config | to_nice_yaml(indent=2) | trim | indent(2) }}
{% else %}
provisioningNetwork: "Disabled"
provisioningMacAddresses: # this is here because OpenShift 4.11.17+ tries to populate this list using the Machines on the cluster, and SNO has no Machine object
- aa:aa:aa:aa:aa:aa # can be any dummy address, it's not used when provisioningNetwork is Disabled
{% endif %}

0 comments on commit d590063

Please sign in to comment.