mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
10 lines
226 B
YAML
10 lines
226 B
YAML
{{- if .Values.app.objectStorage.r2.enabled -}}
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: "{{ .Values.app.objectStorage.r2.secretName }}"
|
|
type: Opaque
|
|
data:
|
|
{{- ( include "objectStorage.r2" . ) | indent 2 -}}
|
|
{{- end }}
|