|
|
|
|
@ -6,8 +6,8 @@ metadata:
|
|
|
|
|
namespace: {{ .Release.Namespace }}
|
|
|
|
|
type: generic
|
|
|
|
|
stringData:
|
|
|
|
|
googleClientId: {{ .Values.cvat.backend.server.secret.socialAccountAuthentication.googleClientId | b64enc }}
|
|
|
|
|
googleClientSecret: {{ .Values.cvat.backend.server.secret.socialAccountAuthentication.googleClientSecret | b64enc }}
|
|
|
|
|
githubClientId: {{ .Values.cvat.backend.server.secret.socialAccountAuthentication.githubClientId | b64enc }}
|
|
|
|
|
githubClientSecret: {{ .Values.cvat.backend.server.secret.socialAccountAuthentication.githubClientSecret | b64enc }}
|
|
|
|
|
googleClientId: {{ .Values.cvat.backend.server.secret.socialAccountAuthentication.googleClientId | quote }}
|
|
|
|
|
googleClientSecret: {{ .Values.cvat.backend.server.secret.socialAccountAuthentication.googleClientSecret | quote }}
|
|
|
|
|
githubClientId: {{ .Values.cvat.backend.server.secret.socialAccountAuthentication.githubClientId | quote }}
|
|
|
|
|
githubClientSecret: {{ .Values.cvat.backend.server.secret.socialAccountAuthentication.githubClientSecret | quote }}
|
|
|
|
|
{{- end }}
|