Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

Get it working with sentry helm chart? #45

Open
gaurav517 opened this issue Mar 1, 2020 · 1 comment
Open

Get it working with sentry helm chart? #45

gaurav517 opened this issue Mar 1, 2020 · 1 comment

Comments

@gaurav517
Copy link

How to get this plugin working with sentry helm chart?

Thanks.

@targyz
Copy link

targyz commented Apr 6, 2020

How to get this plugin working with sentry helm chart?

Thanks.

You can build a custom docker image with sentry and this plugin pre-installed and then use it for deployment into kubernetes cluster.

Dockerfile example:

FROM sentry:9.1.2-onbuild
RUN apt-get update && apt-get install -y libsasl2-dev python-dev libldap2-dev libssl-dev
RUN pip install sentry-ldap-auth

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

No branches or pull requests

2 participants