Skip to content

Commit

Permalink
Update helm-docs and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 28, 2023
1 parent 9df91bc commit 1371cd7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions charts/traefik-forward-auth/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# traefik-forward-auth

![Version: 0.0.12](https://img.shields.io/badge/Version-0.0.12-informational?style=flat-square)
![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square)

## Installing the Chart

To install the chart with the release name `my-release` at version 0.0.12:
To install the chart with the release name `my-release` at version 0.0.13:

```bash
helm repo add colearendt https://colearendt.github.io/helm
helm install my-release colearendt/traefik-forward-auth --version=0.0.12
helm install my-release colearendt/traefik-forward-auth --version=0.0.13
```

#### _Deploy traefik-forward-auth_
Expand Down Expand Up @@ -39,11 +39,16 @@ helm install my-release colearendt/traefik-forward-auth --version=0.0.12
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| pod.env | list | `[]` | |
| pod.volumeMounts | list | `[]` | |
| pod.volumes | list | `[]` | |
| podAnnotations | object | `{}` | |
| readinessProbe | object | `{}` | |
| replicas | int | `1` | |
| resources | object | `{}` | |
| service.port | int | `80` | |
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
| serviceAccount.create | bool | `false` | Specifies whether a service account should be created |
| serviceAccount.name | string | `""` | The name of the service account to use. -- If not set and create is true, a name is generated using the fullname template |
| serviceAnnotations | object | `{}` | |
| startupProbe | object | `{}` | |
| strategy | object | `{}` | |
Expand Down

0 comments on commit 1371cd7

Please sign in to comment.