datadog-operator
datadog-operator copied to clipboard
I can't use the chart as a dependency
Output of the info page (if this is a bug)
I created a new chart by specifying datadog-operator as a dependency to describe kind: DatadogAgent in templates of my chart.
Describe what happened:
Unfortunately, when I try to run it I get
> helm upgrade datadog-operator ops/Helm/addons/datadog --install --wait --namespace=datadog-operator --create-namespace=true --set apiKey=$API_KEY
> Release "datadog-operator" does not exist. Installing it now.
> Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "DatadogAgent" in version "datadoghq.com/v1alpha1"
Describe what you expected:
successful installation
Steps to reproduce the issue:
Additional environment details (Operating System, Cloud provider, etc):