...
Code Block |
---|
recorder: # affinity -- affinity settings. affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: ng_label operator: In values: - amrut tolerations: - key: "ng_taint" operator: "Equal" value: "amrut" effect: "NoSchedule" |
If using aws enrichment, the config format in the values has changed. Please see this page.
Now upgrade the stack with the upgrade command
...