chore: reorder unittests

This commit is contained in:
DaanSelen
2026-04-08 14:18:39 +02:00
parent deb991d842
commit c070b4f71e
2 changed files with 287 additions and 333 deletions

View File

@ -11,9 +11,9 @@ data:
config.yaml: |
{{- with .Values.statefulset.actRunner.config -}}
{{- if kindIs "string" . -}}
{{ . | nindent 4}}
{{ . | nindent 4}}
{{- else -}}
{{ toYaml . | nindent 4}}
{{ toYaml . | nindent 4}}
{{- end -}}
{{- end -}}
{{- end }}