Skip to content
Snippets Groups Projects

Resolve "Remove "@ory" repo and use direct refs instead"

Closed Mark requested to merge 27-remove-ory-repo-and-use-direct-refs-instead into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -4,7 +4,7 @@ metadata:
name: oauth2-clients
type: Opaque
data:
{{- range .Values.oAuthCLients }}
{{- range .Values.oAuthClients }}
{{ .clientName }}:
client_id: {{ .clientName | b64enc }}
client_secret: {{ .clientSecret | b64enc }}
Loading