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
Allowing valuesFrom above the helm level would allow all fleet values to be pulled from secrets/configmaps allowing much greater control over the way fleet works.
We currently use valuesFrom in the following way: (we have multiple rancher instances)
sync the same secret to all clusters (global level config)
sync the same secret for each rancher instance (instance level config)
Is your feature request related to a problem?
Allowing
valuesFrom
above thehelm
level would allow all fleet values to be pulled from secrets/configmaps allowing much greater control over the way fleet works.We currently use
valuesFrom
in the following way: (we have multiple rancher instances)with the following
valuesFrom
:We would ideally like to control fleet options using some mechanism similar to the
valuesFrom
such as:Solution you'd like
No response
Alternatives you've considered
Not sure if there is an alternative or another way to achieve this
Anything else?
No response
The text was updated successfully, but these errors were encountered: