Skip to content

Commit

Permalink
update processing of base existing secret for emails and domains (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Aug 27, 2023
1 parent 8887bc5 commit 20149e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/vouch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords:
- sso
- sso-login

version: 4.0.0
version: 4.0.1

# renovate: image=quay.io/vouch/vouch-proxy
appVersion: "0.39"
Expand Down
2 changes: 1 addition & 1 deletion charts/vouch/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vouch

![Version: 4.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.39](https://img.shields.io/badge/AppVersion-0.39-informational?style=flat-square)
![Version: 4.0.1](https://img.shields.io/badge/Version-4.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.39](https://img.shields.io/badge/AppVersion-0.39-informational?style=flat-square)

An SSO and OAuth login solution for nginx using the auth_request module.

Expand Down
3 changes: 1 addition & 2 deletions charts/vouch/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ Create the name of the secret to use for vouch config
{{- .Values.config.overrideConfigExistingSecretName -}}
{{- else if .Values.config.vouch.existingSecret -}}
{{- .Values.config.vouch.existingSecret -}}
{{ template "vouch.fullname" . }}
{{- else -}}

{{ template "vouch.fullname" . }}
{{- end -}}
{{- end -}}

Expand Down

0 comments on commit 20149e4

Please sign in to comment.