Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsigouris007 committed Feb 27, 2024
1 parent 4210d5d commit 83f06b4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,12 @@ Fill them accordingly.
## TODO
Move secrets to native k8s `Secret` object.

## Notes on deploying open source helms via GitHub

1. Create a `gh-pages` branch. This will auto run a workflow and you will be able to publish your helm charts here.
2. Add a `chart-release.yaml` file under `.github/workflows` similar to this repository.
3. Make sure you have set `fetch-depth: 0` on checkout action. Also avoid using `ref` set as it will probably break your deployment.
4. If you copy this `chart-release.yaml` file you will have to create a new release tagged as `x.x.x` (your semantic version) in order for your release to be published to `gh-pages`.
5. The `index.yaml` file required to use the chart will be automatically generated if you have reached this far.
6. You will be able to view your release under `https://<username>.github.io/<repository_name>` eg. https://tsigouris007.github.io/Falcon-CrowdStrike-Connector-Helm/

0 comments on commit 83f06b4

Please sign in to comment.