Skip to content

Commit

Permalink
Merge pull request #66 from colearendt/set-service-account-name
Browse files Browse the repository at this point in the history
set serviceAccountName on auth deployment
  • Loading branch information
colearendt authored Nov 28, 2023
2 parents be15287 + 69e0938 commit e2382e7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 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.13
version: 0.0.14
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.14

- Set serviceAccountName on deployment

# 0.0.13

- Add pod volumes and volume mounts and option to create a service account
Expand Down
6 changes: 3 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.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square)
![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square)

## Installing the Chart

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

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

#### _Deploy traefik-forward-auth_
Expand Down
1 change: 1 addition & 0 deletions charts/traefik-forward-auth/templates/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
labels:
app: {{ .Release.Name }}
spec:
serviceAccountName: {{ include "traefik-forward-auth.serviceAccountName" . }}
containers:
- name: proxy
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
Expand Down

0 comments on commit e2382e7

Please sign in to comment.