Team, for rancher pods running in cluster, is it m...
# general
b
Team, for rancher pods running in cluster, is it me or it is impossible to set custom values for nodeAffinity for the rancher deployment when installing the rancher helm chart? The code below is what I am using in my values file:
Copy code
affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
        - matchExpressions:
          - key: test/system
            operator: In
            values:
            - cluster-tool
But when running a template, it does not take and rancher doesnt seem to override the settings.