Skip to content

Commit

Permalink
feat: Add kubernetes-tagger chart 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Jul 5, 2021
1 parent efa39dd commit 57f481b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/kubernetes-tagger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ maintainers:
name: kubernetes-tagger
sources:
- https://github.com/oxyno-zeta/kubernetes-tagger
version: 1.0.1
version: 1.0.2
9 changes: 5 additions & 4 deletions charts/kubernetes-tagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
## TL;DR;

```console
$ helm install incubator/kubernetes-tagger
$ helm repo add oxynozeta-stable https://oxyno-zeta.github.io/helm-charts/stable/
$ helm install oxynozeta-stable/kubernetes-tagger
```

## Introduction
Expand All @@ -17,7 +18,7 @@ This chart bootstraps a kubernetes-tagger deployment on a [Kubernetes](http://ku
To install the chart with the release name `my-release`:

```console
$ helm install incubator/kubernetes-tagger --name my-release
$ helm install oxynozeta-stable/kubernetes-tagger --name my-release
```

The command deploys kubernetes-tagger on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
Expand Down Expand Up @@ -81,14 +82,14 @@ The following table lists the configurable parameters of the kubernetes-tagger c
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

```console
$ helm install incubator/kubernetes-tagger --name my-release \
$ helm install oxynozeta-stable/kubernetes-tagger --name my-release \
--set=secrets.aws.accessKey="XXXXXXX",secrets.aws.secretKey="XXXXXXX"
```

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,

```console
$ helm install incubator/kubernetes-tagger --name my-release -f values.yaml
$ helm install oxynozeta-stable/kubernetes-tagger --name my-release -f values.yaml
```

> **Tip**: You can use the default [values.yaml](values.yaml)

0 comments on commit 57f481b

Please sign in to comment.