mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-22 03:33:06 +08:00
12 lines
290 B
YAML
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 }}
|