We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bcc97 commit 36ec7c3Copy full SHA for 36ec7c3
frontend/public/models/yaml-templates.ts
@@ -801,6 +801,28 @@ metadata:
801
name: example
802
spec:
803
providerSpec: {}
804
+`,
805
+ )
806
+ .setIn(
807
+ [referenceForModel(k8sModels.MachineConfigModel), 'default'],
808
+ `
809
+apiVersion: machineconfiguration.openshift.io/v1
810
+kind: MachineConfig
811
+metadata:
812
+ labels:
813
+ machineconfiguration.openshift.io/role: worker
814
+ name: example
815
+spec:
816
+ config:
817
+ ignition:
818
+ version: 3.2.0
819
+ storage:
820
+ files:
821
+ - path: /etc/example-config
822
+ mode: 0644
823
+ overwrite: true
824
+ contents:
825
+ source: data:,example%20content
826
`,
827
)
828
.setIn(
0 commit comments