Skip to content

Commit bdbd9f8

Browse files
authored
Merge pull request #81646 from wgabor0427/OSDOCS-11372
OSDOCS-11372 Updated the apiVersion in the first codeblock under the …
2 parents 20677a1 + 6e1caaf commit bdbd9f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/tls-profiles-kubelet-configuring.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ endif::[]
2020
.Sample `KubeletConfig` CR that configures the `Old` TLS security profile on worker nodes
2121
[source,yaml]
2222
----
23-
apiVersion: config.openshift.io/v1
23+
apiVersion: machineconfiguration.openshift.io/v1
2424
kind: KubeletConfig
25-
...
25+
# ...
2626
spec:
2727
tlsSecurityProfile:
2828
old: {}
2929
type: Old
3030
machineConfigPoolSelector:
3131
matchLabels:
3232
pools.operator.machineconfiguration.openshift.io/worker: ""
33-
#...
33+
# ...
3434
----
3535

36-
You can see the ciphers and the minimum TLS version of the configured TLS security profile in the `kubelet.conf` file on a configured node.
36+
You can see the ciphers and the minimum TLS version of the configured TLS security profile in the `kubelet.conf` file on a configured node.
3737

3838
.Prerequisites
3939

0 commit comments

Comments
 (0)