Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Fixed help message in Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardomaraschini committed Jul 15, 2021
1 parent 06bae1d commit abe4f25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ You can deploy Tagger using Helm, let's first select the release we want to inst
the following commands:

```
$ RELEASE=v2.1.13
$ RELEASE=v2.1.14
$ BASEURL=https://github.com/ricardomaraschini/tagger/releases/download
```
The `RELEASE` variable may be set to any release, to see a full list of releases follow the link
Expand Down
6 changes: 2 additions & 4 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ replicas: 1
image: "quay.io/tagger/operator:latest"
# key is the tls key to be used by tagger when communicating with kubernetes api.
# if not provided a self signed one will be generated during install and upgrade.
# this key must contain as alternative names 'mutating-webhooks.<namespace>' and
# 'mutating-webhooks.<namespace>.svc'.
# this key must contain as alternative name 'mutating-webhooks.<namespace>.svc'.
key: ""
# cert is the certificate to be trusted by kubernetes api when communicating with tagger.
# if not provided a self signed one will be generated during install and upgrade.
# this cert must contain as alternative names 'mutating-webhooks.<namespace>' and
# 'mutating-webhooks.<namespace>.svc'.
# this cert must contain as alternative name 'mutating-webhooks.<namespace>.svc'.
cert: ""

0 comments on commit abe4f25

Please sign in to comment.