Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pomerium/pomerium-helm
Official helm charts for Pomerium.
https://github.com/pomerium/pomerium-helm
beyondcorp chart cloud-native helm-charts pomerium zero-trust
Last synced: 7 days ago
JSON representation
Official helm charts for Pomerium.
- Host: GitHub
- URL: https://github.com/pomerium/pomerium-helm
- Owner: pomerium
- Created: 2019-05-17T04:14:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T22:47:32.000Z (over 1 year ago)
- Last Synced: 2024-11-12T02:15:33.920Z (2 months ago)
- Topics: beyondcorp, chart, cloud-native, helm-charts, pomerium, zero-trust
- Language: Mustache
- Homepage: https://helm.pomerium.io/
- Size: 765 KB
- Stars: 55
- Watchers: 8
- Forks: 70
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helm charts maintained by [Pomerium](https://pomerium.io)
# Using
You'll first need to add the `pomerium` repository with the command below:
```bash
helm repo add pomerium https://helm.pomerium.io
```You can now install charts like so:
```bash
helm install pomerium/pomerium
```# Contributing
- Create a GitHub Pull Request for your change, following the instructions in the pull request template.
- Perform a Code Review with the project maintainers on the pull request.## Contributor License Agreement
As with many other projects, Pomerium requires a signed CLA before merging your first pull request.
## Versioning
Please version your changes according to SemVer.
## Branches
Please rebase/squash your commit history before marking a PR ready for review.