You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helm install ./qdrant-on-azure --create-namespace
This worked. i'm able to access the dashboard.
Now i would like to add a api-key, i have tried several changes to the values.yaml file for example:
adding
apiKey: bebfbc6c-f5b0-409b-ab40-471baa642c17
or
service:
apiKey: bebfbc6c-f5b0-409b-ab40-471baa642c17
After editing, i use this command : helm upgrade ./qdrant-on-azure
But no api key is added.
The text was updated successfully, but these errors were encountered:
Hi,
I'm deploying a instance on azure using :
helm install ./qdrant-on-azure --create-namespace
This worked. i'm able to access the dashboard.
Now i would like to add a api-key, i have tried several changes to the values.yaml file for example:
adding
apiKey: bebfbc6c-f5b0-409b-ab40-471baa642c17
or
service:
apiKey: bebfbc6c-f5b0-409b-ab40-471baa642c17
After editing, i use this command : helm upgrade ./qdrant-on-azure
But no api key is added.
The text was updated successfully, but these errors were encountered: