-
Notifications
You must be signed in to change notification settings - Fork 28
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
Adding Helm chart #13
base: master
Are you sure you want to change the base?
Conversation
@mcelep Please could you review this PR? |
@Knappek Please could you review this PR? |
closes #6 |
In terms of GitOps approach, this Helm Chart is required to be able to always use the specific version and be on the same page always without crucial modifications of a single file for a different environment. |
Hi, this repo has been used for a blog entry and we are not actively working on it. Please feel free to fork it and expand on it. If you want to make an official maintained OSS project out of your fork and would like to have it mentioned in this repo, please let me know and I'll refer to it. |
hi @jtyr, maybe you could add your chart to @deliveryhero/helmcharts instead? |
This PR is adding a Helm chart that allows to install the
opa-exporter
via Helm. It also adds a GitHub Workflow that publishes the Helm chart via GitHub Pages once there is a change in thecharts
directory. For that to work, the documented pre-requisites must be met before merging this PR.