mirror of
https://gitea.com/gitea/helm-actions.git
synced 2025-10-22 23:48:15 +00:00
feat: allow inline yaml config instead of string literal
This commit is contained in:
@@ -10,6 +10,10 @@ metadata:
|
||||
data:
|
||||
config.yaml: |
|
||||
{{- with .Values.statefulset.actRunner.config -}}
|
||||
{{- if kindIs "string" . -}}
|
||||
{{ . | nindent 4}}
|
||||
{{- else -}}
|
||||
{{ toYaml . | nindent 4}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
{{- end }}
|
||||
|
Reference in New Issue
Block a user