refactor: 调整helm chart目录结构
This commit is contained in:
9
helm-chart/templates/other/configmap-scripts.yaml
Normal file
9
helm-chart/templates/other/configmap-scripts.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-maibot-scripts
|
||||
namespace: {{ .Release.Namespace }}
|
||||
data:
|
||||
# core
|
||||
volume-linker.sh: |
|
||||
{{ .Files.Get "files/volume-linker.sh" | nindent 4 }}
|
||||
Reference in New Issue
Block a user