fix(argo): Check oidc group
This commit is contained in:
@@ -150,6 +150,7 @@ dex:
|
||||
{{- with .Values.clusterConfig.oidc }}
|
||||
env:
|
||||
{{- range . }}
|
||||
{{- if eq .group "devel" }}
|
||||
- name: {{ .name | replace "-" "_" }}_client_secret
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
@@ -162,6 +163,7 @@ dex:
|
||||
key: client_id
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
redis:
|
||||
metrics:
|
||||
|
||||
Reference in New Issue
Block a user