Skip to content

Commit

Permalink
helm repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarl committed Sep 17, 2019
1 parent f9cb2a2 commit 81ecb89
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Kubernetes
description: A Helm chart for Fluentd Kinesis Firehose
name: helm-fluentd-kinesis-firehose
version: 1.0.0
version: 0.1.0
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,25 @@ Additionally there should already be a running Kubernetes cluster.

### Installing the chart

Clone the repository:
Add the repository:

```bash
git clone git@github.com:cxcloud/helm-fluentd-kinesis-firehose.git
helm repo add cxcloud-fluentd https://raw.githubusercontent.com/cxcloud/helm-fluentd-kinesis-firehose/master
```

Update repositories:

```bash
helm repo update
```

To install the chart with the release name `my-release` into the namespace `kube-system`:

```bash
helm install helm-fluentd-kinesis-firehose --name my-release --namespace kube-system
helm install cxcloud-fluentd/helm-fluentd-kinesis-firehose \
--version 0.1.0 \
--name my-release \
--namespace kube-system
```

### Uninstalling the Chart
Expand Down
13 changes: 13 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: v1
entries:
helm-fluentd-kinesis-firehose:
- apiVersion: v1
appVersion: "1.0"
created: 2019-09-17T18:01:32.141731+03:00
description: A Helm chart for Fluentd Kinesis Firehose
digest: d7133757cfefdd8219aaadffdd518166947b47b31e2cb71f2eef6111e1ee653d
name: helm-fluentd-kinesis-firehose
urls:
- https://github.com/cxcloud/helm-fluentd-kinesis-firehose/archive/v0.1.0.tar.gz
version: 0.1.0
generated: 2019-09-17T18:01:32.140464+03:00

0 comments on commit 81ecb89

Please sign in to comment.