Skip to content

Commit 59ede20

Browse files
miacyclehamza-mohd
andauthored
Update converter/k8s.go
Co-authored-by: Mohd Hamza <135669921+hamza-mohd@users.noreply.github.com> Signed-off-by: miacycle <184569369+miacycle@users.noreply.github.com>
1 parent 45338a9 commit 59ede20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: converter/k8s.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func NewK8sManifestsFromPatternfile(patternFile *pattern.PatternFile) (string, e
2727
buf := bytes.NewBufferString("")
2828

2929
enc := yaml.NewEncoder(buf)
30-
enc.SetIndent(4)
30+
enc.SetIndent(2)
3131
for _, comp := range patternFile.Components {
3232
err := enc.Encode(CreateK8sResourceStructure(comp))
3333
if err != nil {

0 commit comments

Comments
 (0)