Skip to content

Commit c32987f

Browse files
committed
chore(typo): fix typo
1 parent d93aac5 commit c32987f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

helm/oauth2-proxy/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 6.19.0
2+
version: 6.19.1
33
apiVersion: v2
44
appVersion: 7.5.1
55
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -34,8 +34,8 @@ maintainers:
3434
kubeVersion: ">=1.9.0-0"
3535
annotations:
3636
artifacthub.io/changes: |
37-
- kind: added
38-
description: Make serviceMonitor.scheme,serviceMonitor.bearerTokenFile,serviceMonitor.tlsConfig,serviceMonitor.targetLabels configurable
37+
- kind: fixed
38+
description: Fix typo for automountServiceAccountToken parameter
3939
links:
4040
- name: Github PR
41-
url: https://github.com/oauth2-proxy/manifests/pull/170
41+
url: https://github.com/oauth2-proxy/manifests/pull/173

helm/oauth2-proxy/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
{{- toYaml . | nindent 8 }}
5151
{{- end }}
5252
serviceAccountName: {{ template "oauth2-proxy.serviceAccountName" . }}
53-
automountServiceAccountToken : {{ .Values.serviceAccount.automountServiceAccountToken }}
53+
automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken }}
5454
{{- if .Values.hostAlias.enabled }}
5555
hostAliases:
5656
- ip: {{ .Values.hostAlias.ip }}

helm/oauth2-proxy/templates/serviceaccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata:
1717
{{- $labels | indent 4 }}
1818
name: {{ $saName }}
1919
namespace: {{ $namespace }}
20-
automountServiceAccountToken : {{ .Values.serviceAccount.automountServiceAccountToken }}
20+
automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken }}
2121
{{- if and .Values.redis.enabled .Values.initContainers.waitForRedis.enabled }}
2222
---
2323
kind: Role

0 commit comments

Comments
 (0)