Files
AFFiNE-Mirror/.github/helm/affine/templates/indexer-secret.yaml
T

12 lines
290 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: indexer
annotations:
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-weight": "-2"
"helm.sh/hook-delete-policy": before-hook-creation
type: Opaque
data:
config.json: {{ include "affine.indexerConfig" . | b64enc | quote }}