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
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
The design arrived at in fluxcd/flux#1382 includes the use of Secrets to provide keys (for git repos) and repositories.yaml files (for Helm repos), but this isn't implemented.
It is still possible to use repos of either type that need credentials, but it entails mounting them into the helm-operator container, which is 1. pretty fiddly to get right and 2. arguably the wrong place to supply credentials.
The text was updated successfully, but these errors were encountered:
The design arrived at in fluxcd/flux#1382 includes the use of Secrets to provide keys (for git repos) and repositories.yaml files (for Helm repos), but this isn't implemented.
It is still possible to use repos of either type that need credentials, but it entails mounting them into the helm-operator container, which is 1. pretty fiddly to get right and 2. arguably the wrong place to supply credentials.
The text was updated successfully, but these errors were encountered: