Files
AFFiNE-Mirror/.github/helm/affine/charts/graphql/templates/oauth-github-secret.yaml
2023-06-29 14:02:46 +00:00

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 }}