fix: helm模板缩进问题

This commit is contained in:
zhangxinhui02
2025-08-20 01:01:07 +08:00
parent f891fdd0c4
commit df3ebc07ee
3 changed files with 4 additions and 4 deletions

View File

@@ -5,4 +5,4 @@ metadata:
namespace: {{ .Release.Namespace }}
data:
config.toml: |
{{ .Values.config.adapter_config | indent 4 }}
{{ .Values.config.adapter_config | nindent 4 }}