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
I would like to get helm values from other sources than ConfigMap or Secrets.
I think it would be really useful to allow every kind of kubernetes resource and specify a path where the value should be read from.
Example:
I have a CRD called MyProviderNetwork. The controller for this crd creates a new cloud provider network in the background and writes the id to .status.networkId. It would be really cool to read this value as a flux value.
I would like to get helm values from other sources than ConfigMap or Secrets.
I think it would be really useful to allow every kind of kubernetes resource and specify a path where the value should be read from.
Example:
I have a CRD called
MyProviderNetwork
. The controller for this crd creates a new cloud provider network in the background and writes the id to.status.networkId
. It would be really cool to read this value as a flux value.Example Configuration for Flux:
The text was updated successfully, but these errors were encountered: