#Is there any guid regarding how to

1 messages · Page 1 of 1 (latest)

vale owl
golden grail
#

@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?

vale owl
#

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

golden grail
#

so the key should be uri in the secret

#

@vale owl how about the TOKEN information for connecting to the deployed instance?

vale owl
#

yes it should be uri