Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Deploy only operator with external connect url #166

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

mathias-ws
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant