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
If both spec.secretRef and a non-generic provider are present in the definition, the controller will use the static credentials from the referenced secret.
OCIRepository and Helm Controllers have a different behavior when both spec.provider and spec.secretRef are set. If spec.provider is set with a non-generic value and the credential are successfully retrieved, it overrides the secretRef.
This issue is about addressing this to comply with the rfc.
The text was updated successfully, but these errors were encountered:
The RFC-002, https://github.com/fluxcd/flux2/blob/80669d71ef679b2a3018a958e1ac1a30c8a628f5/rfcs/0002-helm-oci/README.md?plain=1#L92-L93 states the following:
OCIRepository and Helm Controllers have a different behavior when both
spec.provider
andspec.secretRef
are set. Ifspec.provider
is set with a non-generic value and the credential are successfully retrieved, it overrides thesecretRef
.This issue is about addressing this to comply with the rfc.
The text was updated successfully, but these errors were encountered: