Skip to content

Commit 0b0491b

Browse files
committed
USHIFT-5357: Add tls options to kubelet template file
1 parent c75259b commit 0b0491b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/core/kubelet.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ rotateCertificates: false # TODO
2727
serializeImagePulls: false
2828
serverTLSBootstrap: false # TODO
2929
tlsCertFile: "{{ .tlsCertFile }}"
30+
tlsCipherSuites: [{{.tlsCipherSuites}}]
31+
tlsMinVersion: "{{ .tlsMinVersion }}"
3032
tlsPrivateKeyFile: "{{ .tlsPrivateKeyFile }}"
3133
volumePluginDir: "{{ .volumePluginDir }}"
3234
{{- if .resolvConf }}

0 commit comments

Comments
 (0)