Skip to content

Helm Repositories #359

@jerem0808

Description

@jerem0808

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

No one assigned

    Labels

    area/docsDocumentation related issues and pull requestsbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions