mirror of https://github.com/Mai-with-u/MaiBot.git
编写core的工具脚本的configmap模板
parent
dd52b3fff5
commit
3b3dbf5777
|
|
@ -0,0 +1,8 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
name: {{ .Release.Name }}-maibot-core-scripts
|
||||||
|
namespace: {{ .Release.Namespace }}
|
||||||
|
data:
|
||||||
|
volume-linker.sh: |
|
||||||
|
{{ .Files.Get "files/volume-linker.sh" | indent 4 }}
|
||||||
Loading…
Reference in New Issue