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 recently tried to deploy a datadog-operator with AWS EKS addons.
Seeing the addon configuration schema, it says that the datadog operator EKS addon doesnt support configuration file. Here is the output of the aws eks describe-addon-configuration command:
{
"addonName": "datadog_operator",
"addonVersion": "v0.1.13-eksbuild.1",
"configurationSchema": "{\"$schema\":\"https://json-schema.org/draft/2019-09/schema\",\"additionalProperties\":false,\"description\":\"No configuration support for datadog_operator\",\"type\":\"object\"}",
"podIdentityConfiguration": []
}
But, based on the documentation here, it says something about the addon - "Operator Helm Chart values, which can be overridden, are restricted to a schema file.".
I understood from this sentence that the configuration for the addon could be overriden. Am I wrong? If so, can we improve the wording?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Documentation Page
https://docs.datadoghq.com/containers/guide/operator-eks-addon/
Issue Description
I recently tried to deploy a datadog-operator with AWS EKS addons.
Seeing the addon configuration schema, it says that the datadog operator EKS addon doesnt support configuration file. Here is the output of the
aws eks describe-addon-configuration
command:But, based on the documentation here, it says something about the addon - "Operator Helm Chart values, which can be overridden, are restricted to a schema file.".
I understood from this sentence that the configuration for the addon could be overriden. Am I wrong? If so, can we improve the wording?
The text was updated successfully, but these errors were encountered: