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

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