I was missing service accounts from the helm chart, so added the default stuff to use those. This helps people running on Amazon EKS that use this to authenticate against AWS services.
Tested it by running helm template . with and without the config.
This change is backwards compatible (ie, it's a no-op if you don't enable serviceAccount)
Thanks for the PR @alexnederlof. Note that I changed .Values.serviceAccount.create to .Values.serviceAccount.enable for consistency with the wording to enable the PVC, but everything else looked great!
I was missing service accounts from the helm chart, so added the default stuff to use those. This helps people running on Amazon EKS that use this to authenticate against AWS services.
Tested it by running
helm template .
with and without the config.This change is backwards compatible (ie, it's a no-op if you don't enable serviceAccount)
@0xThresh can you take a look?