Skip to content

Commit

Permalink
Added statement, that use of autogenerated self-signed TLS certificat…
Browse files Browse the repository at this point in the history
…es is not recommended for production environments.

Signed-off-by: Vadym Fedorov <[email protected]>
  • Loading branch information
nvvfedorov committed Apr 2, 2024
1 parent 97cd710 commit 26eaffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ kubeletPath: "/var/lib/kubelet/pod-resources"
tlsServerConfig:
# Enable or disable HTTPS configuration
enabled: false
# Use autogenerated self-signed TLS certificates
# Use autogenerated self-signed TLS certificates. Not recommended for production environments.
autoGenerated: true
# Existing secret containing your own server key and certificate
existingSecret: ""
Expand Down

0 comments on commit 26eaffe

Please sign in to comment.