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 c75259b commit 0b0491bCopy full SHA for 0b0491b
assets/core/kubelet.yaml
@@ -27,6 +27,8 @@ rotateCertificates: false # TODO
27
serializeImagePulls: false
28
serverTLSBootstrap: false # TODO
29
tlsCertFile: "{{ .tlsCertFile }}"
30
+tlsCipherSuites: [{{.tlsCipherSuites}}]
31
+tlsMinVersion: "{{ .tlsMinVersion }}"
32
tlsPrivateKeyFile: "{{ .tlsPrivateKeyFile }}"
33
volumePluginDir: "{{ .volumePluginDir }}"
34
{{- if .resolvConf }}
0 commit comments