Open gaurav517 opened 4 years ago
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
How to get this plugin working with sentry helm chart?
Thanks.