#Is there any guid regarding how to
1 messages · Page 1 of 1 (latest)
Hi @golden grail we do have this guideline for helm deployment. https://docs.permify.co/setting-up/installation/helm. Please ping me if that doesnt help or lack of some necessary information.
@vale owl yes, my specific question is regarding where the token is being stored after deployment?
Also, my first question was regarding uri_secret field and what secret format it's looking for?
You should create secrets yourself in kubernetes. Here is useful xample for it:
kubectl create secret generic my-database-secret --from-literal=uri='YOUR_DATABASE_URI'
you should set my-database-secret in helm.
Hope thats makes sense
so the key should be uri in the secret
@vale owl how about the TOKEN information for connecting to the deployed instance?
yes it should be uri