Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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"

  • No labels