mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Keep empty map in kustomize output
This commit is contained in:
@@ -371,7 +371,7 @@ kind: Deployment
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers: {}
|
||||
containers: null
|
||||
`,
|
||||
update: `
|
||||
apiVersion: apps/v1
|
||||
@@ -379,7 +379,7 @@ kind: Deployment
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers: {}
|
||||
containers: null
|
||||
`,
|
||||
local: `
|
||||
apiVersion: apps/v1
|
||||
@@ -584,7 +584,7 @@ kind: Deployment
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers: {}
|
||||
containers: null
|
||||
`,
|
||||
local: `
|
||||
apiVersion: apps/v1
|
||||
|
||||
Reference in New Issue
Block a user