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
Follow the changes added in rancher/helm-locker@34be7c6 in order to introduce a managedBy annotation that will allow Helm Project Operators to claim ProjectHelmCharts that they are managing based on the Helm chart's release name.
This will allow a single Project Operator (e.g. prometheus-federator) to be deployed multiple times in the same cluster under different names (e.g. org-a-federator, org-b-federator, etc.) instead of forcing a single Project Operator to manage all Projects in the cluster.
This should be done alongside adding support for specifying an allow-list of Project IDs, which would allow the operators to configure a logical separation of which namespaces they operate on.
The text was updated successfully, but these errors were encountered:
Follow the changes added in rancher/helm-locker@34be7c6 in order to introduce a managedBy annotation that will allow Helm Project Operators to claim ProjectHelmCharts that they are managing based on the Helm chart's release name.
This will allow a single Project Operator (e.g.
prometheus-federator
) to be deployed multiple times in the same cluster under different names (e.g.org-a-federator
,org-b-federator
, etc.) instead of forcing a single Project Operator to manage all Projects in the cluster.This should be done alongside adding support for specifying an allow-list of Project IDs, which would allow the operators to configure a logical separation of which namespaces they operate on.
The text was updated successfully, but these errors were encountered: