-
Notifications
You must be signed in to change notification settings - Fork 16.7k
[stable/prometheus-operator] Ability to configure namespace #18837
Comments
Look at the helm |
@vsliouniaev namespace from this parameter is used for deploying the main chart. I would like to install prometheus operator to the separate one. |
You want to put portions of the chart into one namespace and other parts into another namespace? I don't really understand the reasoning for doing this |
@vsliouniaev the idea is not to mix "service" pods\services\secrets (eg from prometheus operator) with my own applications. Here is an example of similar problem and solution #15202 |
Thanks for the explanation! Feel free to submit a PR into this chart to get this functionality. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions. |
This issue is being automatically closed due to inactivity. |
I would like to create a chart which will depend on
prometheus-operator
and I want to install prometheus in a separate namespace.Currently it's not possible to specify different namespace for prometheus (
namespace: {{ $.Release.Namespace }}
).Is it a better way than fork the chart and change it to something like
namespace: {{ .Values.global.prometheusNamespace }}
?The text was updated successfully, but these errors were encountered: