urisecret configuration example in values.yaml #330
Unanswered
lauhong2815
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
Good day.
I would like to get an example how urisecret parameter should configure in values.yaml.
UriSecret - DESCRIPTION: the secret name where to get the datastore URI, it expects a key named uri to exist in the secret
my POC test is using azure keyvault. i create secret with the content example: uri: postgres://user:password@localhost:5432/mydatabase.
i also need to put below confiugration as extraobject in my values.yaml ?
Configure the SecretProviderClass
deployment reference the keyvault secret by mounting a volume
Beta Was this translation helpful? Give feedback.
All reactions