Enterprise features in Dgraph Helm Chart

Hey @joaquin i’m trying to deploy the helm chart with Encryption and ACL using the following command:

helm install my_app --values alpha-enc-secret.yaml --values alpha-enc-config.yaml --values alpha-acl-secret.yaml --values alpha-acl-config.yaml dgraph/dgraph

However… in my Kubernetes my_app-dgraph-alpha logs i’m getting Pod errors: CrashLoopBackOff errors and it say’s:
2020-09-01 10:22:35.757 EDT Unable to read HMAC secret from file: /dgraph/acl/hmac_secret_file

Any idea what i’m doing wrong?