Skip to content

Commit

Permalink
Fix incorrect comments (rancher#47679)
Browse files Browse the repository at this point in the history
The namespace indicated in the comments of `privateCA` is incorrect.
  • Loading branch information
hueidou authored Nov 12, 2024
1 parent a9ec025 commit 855cfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ letsEncrypt:
# options: traefik, nginx
class: ""
# If you are using certs signed by a private CA set to 'true' and set the 'tls-ca'
# in the 'rancher-system' namespace. See the README.md for details
# in the 'cattle-system' namespace. See the README.md for details
privateCA: false

# http[s] proxy server passed into rancher server.
Expand Down

0 comments on commit 855cfb7

Please sign in to comment.