mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 03:48:39 +00:00
11 lines
227 B
YAML
11 lines
227 B
YAML
{{- if .Values.app.oauth.github.enabled -}}
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: "{{ .Values.app.oauth.github.secretName }}"
|
|
type: Opaque
|
|
data:
|
|
{{- ( include "objectStorage.oauth.github" . ) | indent 2 -}}
|
|
|
|
{{- end }}
|