[Question] Is 'topologySpreadContraints' in values.yaml a typo? #7615
Unanswered
JaiyoungJoo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I’m not very experienced with Helm Charts, so I’m asking this just to confirm.
While reviewing the official Jaeger Helm Chart, I noticed that the values.yaml file (also on the Artifact Hub page) contains the field:
topologySpreadContraints: []However, it seems that the correct Kubernetes key should be:
topologySpreadConstraints: [](with an extra s in "Constraints").
Since the templates in this chart likely refer to .Values.topologySpreadConstraints,
the current spelling (topologySpreadContraints) might cause the setting to be ignored.
I’m simply asking to confirm — could you please let me know if this is indeed a typo?
Thanks! 🙏
Beta Was this translation helpful? Give feedback.
All reactions