16 lines
378 B
YAML
16 lines
378 B
YAML
resources:
|
|
- set-max-pods.yaml
|
|
- ../../../../../components/wake-on-lan/base
|
|
|
|
patches:
|
|
- patch: |
|
|
- op: replace
|
|
path: /spec/config/systemd/units/0/name
|
|
value: wol@enp0s31f6.service
|
|
- op: add
|
|
path: /metadata/labels/machineconfiguration.openshift.io~1role
|
|
value: master
|
|
target:
|
|
kind: MachineConfig
|
|
name: 99-wol-service
|