[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:
qb
2022-02-10 12:23:57 +01:00
committed by GitHub
parent 394a62c568
commit d160625208
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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: