Skip to content

Commit

Permalink
helm work
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbarbee committed Oct 5, 2024
1 parent 86bd4a7 commit 36ee481
Show file tree
Hide file tree
Showing 40 changed files with 17 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion charts/cr.yaml → helm/charts/cr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://github.com/helm/chart-releaser#config-file
pages-branch: gh-pages
pages-index-path: charts/index.yaml
pages-index-path: helm/charts/index.yaml
skip-existing: true
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 16 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Call Telemetry Kubernetes Charts

Kubernetes helm charts and support tools.

## Getting started with Call Telemetry and helm

```sh
> helm repo add nats https://calltelemetry.github.io/k8s/helm/charts/
> helm repo update

> helm repo list
NAME URL
nats https://nats-io.github.io/k8s/helm/charts/

> helm install my-nats nats/nats
```

0 comments on commit 36ee481

Please sign in to comment.