Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions customer/private-key.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
extraTls: []
## @param foo If you're providing your own certificates, please use this to
## key and certificate should start with -----BEGIN CERTIFICATE----- or
## -----BEGIN RSA PRIVATE KEY-----
##
## some text here
## some more text here
##
## It is also possible to create and manage the certificates outside of this helm chart
## Please see README.md for more information
## e.g:
## - name: endor.local-tls
## key:
## certificate:
##
secrets: []
## @param bar Additional text here
## ref: https://someurl.com
Loading