17 lines
364 B
YAML
17 lines
364 B
YAML
---
|
|
apiVersion: machineconfiguration.openshift.io/v1
|
|
kind: MachineConfig
|
|
metadata:
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "11"
|
|
labels:
|
|
machineconfiguration.openshift.io/role: worker
|
|
name: 99-worker-custom-enable-iscsid
|
|
spec:
|
|
config:
|
|
ignition:
|
|
version: 3.1.0
|
|
systemd:
|
|
units:
|
|
- enabled: true
|
|
name: iscsid.service |