fix: Ensure proper formatting and handle KeyError in exporter.py

This commit is contained in:
2025-06-18 20:40:57 +05:30
parent 14ec3f6581
commit 07ba196ba6
5 changed files with 3 additions and 6 deletions

View File

@@ -46,4 +46,3 @@ spec:
resources:
{{- toYaml . | nindent 10 }}
{{- end }}
```

View File

@@ -42,4 +42,3 @@ spec:
resources:
{{- toYaml . | nindent 12 }}
{{- end }}
```