How to setup custom service account
Please add this to the root-level of your values.yaml:
serviceAccount:
name: "your-service-account-name"Also, add this to the redis-part of the values.yaml:
redis:
serviceAccount:
name: "your-service-account-name"