mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 14:57:08 +08:00
[bitnami/oauth2-proxy] Google is secret always created (#8946)
Signed-off-by: qbalaguier <quentin.balaguier@orange.com> Co-authored-by: qbalaguier <quentin.balaguier@orange.com>
This commit is contained in:
@@ -30,4 +30,4 @@ name: oauth2-proxy
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-oauth2-proxy
|
||||
- https://github.com/oauth2-proxy/oauth2-proxy
|
||||
version: 2.0.1
|
||||
version: 2.0.2
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{- if and .Values.configuration.google (not .Values.configuration.google.existingSecret) }}
|
||||
{{- if and .Values.configuration.google.enabled (not .Values.configuration.google.existingSecret) }}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user