Skip to content

Commit

Permalink
Added todos
Browse files Browse the repository at this point in the history
  • Loading branch information
bsgrigorov committed Sep 11, 2021
1 parent 0da4bfc commit 80cfcf5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Make your code changes and create a PR.
## Testing

### Using a test cluster
If adding new CRDs or charts in [helm-charts](helm-charts) make sure to build the new docker image and push it to harbor.
If adding new CRDs or charts in [helm-charts](helm-charts) make sure to build the new docker image and push it to your docker registry.
```
docker-compose build
docker push bgrigorov/helm-operator:test
Expand Down Expand Up @@ -59,4 +59,7 @@ helm lint chart/
helm package chart/
helm repo index --url https://bsgrigorov.github.io/helm-operator/ .
```
Add the package and index.yaml to branch `gh-pages`, commit and push.
Add the package and index.yaml to branch `gh-pages`, commit and push.

# TODO
Add github workflow files for pushing docker images and helm charts

0 comments on commit 80cfcf5

Please sign in to comment.