File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11name : oauth2-proxy
2- version : 5.0.0
2+ version : 5.0.1
33apiVersion : v2
44appVersion : 7.1.3
55home : https://oauth2-proxy.github.io/oauth2-proxy/
Original file line number Diff line number Diff line change 33apiVersion : v1
44kind : ConfigMap
55metadata :
6+ {{- if .Values.config.annotations }}
7+ annotations :
8+ {{ toYaml .Values.config.annotations | indent 4 }}
9+ {{- end }}
610 labels :
711 app : {{ template "oauth2-proxy.name" . }}
812{{- include "oauth2-proxy.labels" . | indent 4 }}
Original file line number Diff line number Diff line change 22apiVersion : v1
33kind : Secret
44metadata :
5+ {{- if .Values.config.annotations }}
6+ annotations :
7+ {{ toYaml .Values.config.annotations | indent 4 }}
8+ {{- end }}
59 labels :
610 app : {{ template "oauth2-proxy.name" . }}
711{{- include "oauth2-proxy.labels" . | indent 4 }}
Original file line number Diff line number Diff line change 11# Oauth client configuration specifics
22config :
3+ # Add config annotations
4+ annotations : {}
35 # OAuth client ID
46 clientID : " XXXXXXX"
57 # OAuth client secret
You can’t perform that action at this time.
0 commit comments