1Password / connect-helm-charts

Official 1Password Helm Charts
https://developer.1password.com
MIT License
90 stars 73 forks source link

Feat: Deploy only operator with external connect url #166

Open mathias-ws opened 1 year ago

mathias-ws commented 1 year ago

Background

I have deployed a 1pwd connect server outside of my Kubernetes cluster and wanted to access it with the Kubernetes operator. I could not find a simple way to set a connect url for the operator, that do not exist in the Kubernetes cluster using this helm chart.

Solution

I added a new variable in the values.yaml that makes it possible to specify a url to a connect server. It is can only be set when the connect server is not deployed through this helm chart.

Please let me know if there are any improvements needed or if there is a better way to solve this issue.