polardbxoperator/charts/polardbx-operator/templates/host-path-file-configmap.yaml

15 lines
370 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Values.hostPathFileService.name}}-config
namespace: {{ .Release.Namespace }}
data:
config.yaml: |-
sinks:
{{ toYaml .Values.hostPathFileService.sinks | indent 7 }}
backupBinlogConfig:
rootDirectories:
- {{ .Values.node.volumes.data }}/xstore
- {{ .Values.node.volumes.log }}/xstore