You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/crd/bases/source.toolkit.fluxcd.io_helmrepositories.yaml
+3
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,9 @@ spec:
50
50
interval:
51
51
description: The interval at which to check the upstream for updates.
52
52
type: string
53
+
passCredentials:
54
+
description: PassCredentials allows the credentials from the SecretRef to be passed on to a host that does not match the host as defined in URL. This may be required if the host of the advertised chart URLs in the index differ from the defined URL. Enabling this should be done with caution, as it can potentially result in credentials getting stolen in a MITM-attack.
55
+
type: boolean
53
56
secretRef:
54
57
description: 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.
0 commit comments