github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/polardbx/templates/scriptstemplate.yaml (about) 1 apiVersion: v1 2 kind: ConfigMap 3 metadata: 4 name: polardbx-scripts 5 labels: 6 {{- include "polardbx.labels" . | nindent 4 }} 7 data: 8 xstore-post-start.sh: |- 9 {{- .Files.Get "scripts/xstore-post-start.tpl" | nindent 4 }} 10 xstore-setup.sh: |- 11 {{- .Files.Get "scripts/xstore-setup.tpl" | nindent 4 }} 12 gms-init.sql: |- 13 {{- .Files.Get "scripts/gms-init.sql" | nindent 4 }} 14 gms-metadata.tpl: |- 15 {{- .Files.Get "scripts/gms-metadata.tpl" | nindent 4 }} 16 metadb-setup.sh: |- 17 {{- .Files.Get "scripts/metadb-setup.tpl" | nindent 4 }}