mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Update comments, tests, not expose indent option
This commit is contained in:
@@ -425,7 +425,7 @@ spec:
|
||||
`,
|
||||
},
|
||||
{
|
||||
name: "round_trip with mixed indentations in same resource, least diff wins",
|
||||
name: "round_trip with mixed indentations in same resource, wide wins",
|
||||
input: `
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
@@ -450,7 +450,7 @@ env:
|
||||
`,
|
||||
},
|
||||
{
|
||||
name: "round_trip with mixed indentations in same resource, least diff wins",
|
||||
name: "round_trip with mixed indentations in same resource, compact wins",
|
||||
input: `
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
||||
Reference in New Issue
Block a user