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
This doesn't work, as ArgoCD doesn't support the helm lookup function: argoproj/argo-cd#5202
During debugging the issue I found out, that the qdrant helm chart tries to read the existing k8s secret and creates a new secret.
I'm looking for some alternative solution to specify the api keys outside the qdrant helm chart, so that I don't have to put the secerts as cleartext into our deployment repos... any suggestion?
The text was updated successfully, but these errors were encountered:
Also hitting this. I think, instead of having the the template lookup the secret and copy it to a new secret, the secret could just be mounted. It needs to reside in the same namespace anyway.
I just tried your latest changes with a ArgoCD deployment, by specifing a apiKeys via an existing secret like
This doesn't work, as ArgoCD doesn't support the helm lookup function:
argoproj/argo-cd#5202
During debugging the issue I found out, that the qdrant helm chart tries to read the existing k8s secret and creates a new secret.
I'm looking for some alternative solution to specify the api keys outside the qdrant helm chart, so that I don't have to put the secerts as cleartext into our deployment repos... any suggestion?
The text was updated successfully, but these errors were encountered: