DataDog / helm-charts

Helm charts for Datadog products
Apache License 2.0
330 stars 1.01k forks source link

Feature proposal: Allow to configure Datadog Operator installation namespace #1384

Open EugeneTseitlin opened 3 months ago

EugeneTseitlin commented 3 months ago

Describe what happened: I'd like to install Datadog Operator using Helm chart. Also I'd like to install it to a specific namespace instead of a default one.

Describe what you expected:

Steps to reproduce the issue:

Additional environment details (Operating System, Cloud provider, etc):

fanny-jiang commented 2 months ago

Hi @EugeneTseitlin, you can specify the installation namespace with the helm install command. I.e. helm install <RELEASE_NAME> datadog/datadog-operator -f values.yaml --namespace <NAMESPACE>.