-
Notifications
You must be signed in to change notification settings - Fork 214
Open
Labels
area/docsDocumentation related issues and pull requestsDocumentation related issues and pull requestsbugSomething isn't workingSomething isn't working
Description
Hi all,
In the documentation in the Specification part
https://fluxcd.io/docs/components/source/helmrepositories/#specification
The comment gives an example of the field names that the secret should have regarding TLS.
// The name of the secret containing authentication credentials for the Helm
// repository.
// For HTTP/S basic auth the secret must contain username and
// password fields.
// For TLS the secret must contain a certFile and keyFile, and/or
// caCert fields.
// +optional
caCert field is not correct. It should be caFile as shown below in the page
data:
username: <BASE64>
password: <BASE64>
certFile: <BASE64>
keyFile: <BASE64>
caFile: <BASE64>
Metadata
Metadata
Assignees
Labels
area/docsDocumentation related issues and pull requestsDocumentation related issues and pull requestsbugSomething isn't workingSomething isn't working