fix: add missing keys to Helm values file#1182
fix: add missing keys to Helm values file#1182alex1989hu wants to merge 1 commit intovmware:master-oldfrom
Conversation
|
No JIRA Ids found for the PR. Jira id is mandatory to update fix version in jira. Please update respective Jira id in PR title or commit message if the PR is intented for default branches of repo. For mandatory exemptions, comment trigger phrase 'skip jira-id-check' in PR. For manual trigger, comment trigger phrase 'run jira-id-check' in PR. |
|
Can one of the admins verify this patch? |
| tolerations: [] | ||
|
|
||
| affinity: | ||
| podAntiAffinity: |
There was a problem hiding this comment.
@akshayhavile should we give the user the ability to change the affinity rules?
There was a problem hiding this comment.
hey @swathinsankaran in my use case I need to schedule AKO to specific worker nodes by setting conditions in affinity rule (e.g. egress firewall policy to the Avi controller)
There was a problem hiding this comment.
Thanks @alex1989hu. We will plan to include this in the upcoming release.
These keys were removed in 2d8141a but the templating options were partially kept.
Having these keys will give option to users to override fields of the StatefulSet
The default value of affinity is copied from 9fef184