编写core的工具脚本的configmap模板
This commit is contained in:
8
helm-chart/templates/core-scripts-configmap.yaml
Normal file
8
helm-chart/templates/core-scripts-configmap.yaml
Normal file
@@ -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 }}
|
||||
Reference in New Issue
Block a user