-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add constraints #77
Conversation
4915534
to
5a604fe
Compare
Signed-off-by: RealAnna <anna.reale@dynatrace.com> feat: added constraints Signed-off-by: RealAnna <anna.reale@dynatrace.com> feat: introduce topologyConstraints, node selectors and tolerations Signed-off-by: RealAnna <anna.reale@dynatrace.com> feat: added node selector and tolerations Signed-off-by: RealAnna <anna.reale@dynatrace.com> feat: added node selector and tolerations Signed-off-by: RealAnna <anna.reale@dynatrace.com> feat: added topologyConstraint Signed-off-by: RealAnna <anna.reale@dynatrace.com> feat: introduce topologyConstraints Signed-off-by: RealAnna <anna.reale@dynatrace.com>
Signed-off-by: RealAnna <anna.reale@dynatrace.com>
Signed-off-by: RealAnna <anna.reale@dynatrace.com>
Signed-off-by: RealAnna <anna.reale@dynatrace.com>
Signed-off-by: RealAnna <anna.reale@dynatrace.com>
c892ec8
to
0dee285
Compare
Signed-off-by: RealAnna <anna.reale@dynatrace.com>
Signed-off-by: RealAnna <anna.reale@dynatrace.com>
secretName: {{ include "operator.fullname" . }}-secret-ca | ||
{{- if .Values.topologySpreadConstraints }} | ||
topologySpreadConstraints: {{- include "tplvalues.render" (dict "value" .Values.topologySpreadConstraints "context" $) | nindent 8 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are 2 topologySpreadConstraints
. Here and on line 107
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry @RealAnna i had to revert constraints feature in this commit because of duplicates in specs. Commit also contains a template for nodeSelector
which can be used as an example for other specs.
will this be added back? |
@luisdavim i suggest creating a new issue and listing specs to be templated. |
this pr adds topology constraints node selector and tolerations templates