Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/vouch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
type: application
appVersion: "0.39"
version: 3.2.0
version: 3.3.0
name: vouch
description: An SSO and OAuth login solution for nginx using the auth_request module.
icon: https://avatars0.githubusercontent.com/u/45102943?s=200&v=4
Expand Down
5 changes: 2 additions & 3 deletions charts/vouch/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ spec:
env:
- name: VOUCH_PORT
value: {{ .Values.config.vouch.port | quote }}
{{- range .Values.extraEnvVars }}
- name: {{ .name }}
value: {{ .value | quote }}
{{- if .Values.extraEnvVars }}
{{- toYaml .Values.extraEnvVars | nindent 12 }}
{{- end }}
ports:
- name: http
Expand Down
6 changes: 6 additions & 0 deletions charts/vouch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,10 @@ existingSecretName: ""
# extraEnvVars:
# - name: HTTPS_PROXY
# value: "https://example.com"
# - name: SECRET_VALUE
# valueFrom:
# secretKeyRef:
# name: my-secrets
# key: password

extraEnvVars: []