mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 16:42:51 +00:00
Leave defautconfig empty for images
`containers` and `initContainers` of *ANY* kind in *ANY* path are builtin supported in code
This commit is contained in:
@@ -17,15 +17,7 @@ limitations under the License.
|
|||||||
package defaultconfig
|
package defaultconfig
|
||||||
|
|
||||||
const (
|
const (
|
||||||
imagesFieldSpecs = `
|
// imageFieldSpecs is left empty since `containers` and `initContainers`
|
||||||
images:
|
// of *ANY* kind in *ANY* path are builtin supported in code
|
||||||
- kind: Pod
|
imagesFieldSpecs = ``
|
||||||
path: spec/initContainers
|
|
||||||
- kind: Pod
|
|
||||||
path: spec/containers
|
|
||||||
- kind: Deployment
|
|
||||||
path: spec/template/spec/initContainers
|
|
||||||
- kind: Deployment
|
|
||||||
path: spec/template/spec/containers
|
|
||||||
`
|
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user