Skip to content

Commit

Permalink
Merge pull request #64 from colearendt/traefik-auth-pod-env
Browse files Browse the repository at this point in the history
Traefik auth pod env
  • Loading branch information
timtalbot authored Nov 27, 2023
2 parents 42448ea + 99b2bd6 commit b98c32b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/traefik-forward-auth/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: traefik-forward-auth
description: Deploy traefik-forward-auth
version: 0.0.11
version: 0.0.12
apiVersion: v1
sources:
- https://github.com/thomseddon/traefik-forward-auth
Expand Down
4 changes: 4 additions & 0 deletions charts/traefik-forward-auth/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.0.12

- Switch pod.env field to a list

# 0.0.11

- Set pod.env field when env vars are provided
Expand Down
8 changes: 4 additions & 4 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.11](https://img.shields.io/badge/Version-0.0.11-informational?style=flat-square)
![Version: 0.0.12](https://img.shields.io/badge/Version-0.0.12-informational?style=flat-square)

## Installing the Chart

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

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

#### _Deploy traefik-forward-auth_
Expand Down Expand Up @@ -38,7 +38,7 @@ helm install my-release colearendt/traefik-forward-auth --version=0.0.11
| livenessProbe | object | `{}` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| pod.env | object | `{}` | |
| pod.env | list | `[]` | |
| podAnnotations | object | `{}` | |
| readinessProbe | object | `{}` | |
| replicas | int | `1` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/traefik-forward-auth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ affinity: {}
extraObjects: []

pod:
env: {}
env: []
command:
- './traefik-forward-auth'
args:
Expand Down

0 comments on commit b98c32b

Please sign in to comment.