Open walkafwalka opened 4 years ago
Hey @walkafwalka
Thanks for reporting this. Helm is complaining about the value you are setting in your values.yaml, so you should be able to change it, even though your real cluster names have uppercase characters in their names.
Is there a specific reason for this validation? It's common for GKE clusters to have an underscore in their (kube_context) name.
I understand that clusterName:
is just a canonical name in this context, but having it differ here versus the actual kubernetes context name could/would create confusion for users within the Datadog UI.
Describe what happened:
The Datadog agent requires a clustername with all lowercase characters. Is this a requirement due to a limitation? Unforunately, I cannot change all of my EKS clusters to lowercase.