File tree Expand file tree Collapse file tree 3 files changed +27
-5
lines changed
Expand file tree Collapse file tree 3 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22appVersion : " 1.0"
3- description : A Helm chart for Kubernetes
3+ description : A Helm chart for Fluentd Kinesis Firehose
44name : helm-fluentd-kinesis-firehose
5- version : 1.0 .0
5+ version : 0.1 .0
Original file line number Diff line number Diff line change @@ -12,16 +12,25 @@ Additionally there should already be a running Kubernetes cluster.
1212
1313### Installing the chart
1414
15- Clone the repository:
15+ Add the repository:
1616
1717``` bash
18- git clone git@github.com:cxcloud/helm-fluentd-kinesis-firehose.git
18+ helm repo add cxcloud-fluentd https://raw.githubusercontent.com/cxcloud/helm-fluentd-kinesis-firehose/master
19+ ```
20+
21+ Update repositories:
22+
23+ ``` bash
24+ helm repo update
1925```
2026
2127To install the chart with the release name ` my-release ` into the namespace ` kube-system ` :
2228
2329``` bash
24- helm install helm-fluentd-kinesis-firehose --name my-release --namespace kube-system
30+ helm install cxcloud-fluentd/helm-fluentd-kinesis-firehose \
31+ --version 0.1.0 \
32+ --name my-release \
33+ --namespace kube-system
2534```
2635
2736### Uninstalling the Chart
Original file line number Diff line number Diff line change 1+ apiVersion : v1
2+ entries :
3+ helm-fluentd-kinesis-firehose :
4+ - apiVersion : v1
5+ appVersion : " 1.0"
6+ created : 2019-09-17T18:01:32.141731+03:00
7+ description : A Helm chart for Fluentd Kinesis Firehose
8+ digest : d7133757cfefdd8219aaadffdd518166947b47b31e2cb71f2eef6111e1ee653d
9+ name : helm-fluentd-kinesis-firehose
10+ urls :
11+ - https://github.com/cxcloud/helm-fluentd-kinesis-firehose/archive/v0.1.0.tar.gz
12+ version : 0.1.0
13+ generated : 2019-09-17T18:01:32.140464+03:00
You can’t perform that action at this time.
0 commit comments