File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -85,16 +85,17 @@ endif::cpmso[]
85
85
# ...
86
86
spec:
87
87
template:
88
- spec:
89
- providerSpec:
90
- value:
91
- securityProfile:
92
- settings:
93
- securityType: TrustedLaunch # <1>
94
- trustedLaunch:
95
- uefiSettings: # <2>
96
- secureBoot: Enabled # <3>
97
- virtualizedTrustedPlatformModule: Enabled # <4>
88
+ machines_v1beta1_machine_openshift_io:
89
+ spec:
90
+ providerSpec:
91
+ value:
92
+ securityProfile:
93
+ settings:
94
+ securityType: TrustedLaunch # <1>
95
+ trustedLaunch:
96
+ uefiSettings: # <2>
97
+ secureBoot: Enabled # <3>
98
+ virtualizedTrustedPlatformModule: Enabled # <4>
98
99
# ...
99
100
----
100
101
<1> Enables the use of trusted launch for Azure virtual machines. This value is required for all valid configurations.
@@ -108,4 +109,4 @@ spec:
108
109
109
110
ifeval::["{context} " == "cpmso-config-options-azure"]
110
111
:!cpmso:
111
- endif::[]
112
+ endif::[]
You can’t perform that action at this time.
0 commit comments