mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Merge pull request #1290 from arrikto/feature-diamond-test-harden
Update the diamond composition test case
This commit is contained in:
@@ -49,7 +49,7 @@ spec:
|
|||||||
`
|
`
|
||||||
|
|
||||||
// Here's a composite kustomization, that combines multiple overlays
|
// Here's a composite kustomization, that combines multiple overlays
|
||||||
// (replicas, dns and metadata) which patch the same base resource.
|
// (probes, dns and restart policies) which patch the same base resource.
|
||||||
//
|
//
|
||||||
// The base resource is a deployment and the overlays patch aspects
|
// The base resource is a deployment and the overlays patch aspects
|
||||||
// of it, without using any of the `namePrefix`, `nameSuffix` or `namespace`
|
// of it, without using any of the `namePrefix`, `nameSuffix` or `namespace`
|
||||||
@@ -75,6 +75,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
|
dnsPolicy: "None"
|
||||||
containers:
|
containers:
|
||||||
- name: my-deployment
|
- name: my-deployment
|
||||||
image: my-image
|
image: my-image
|
||||||
|
|||||||
Reference in New Issue
Block a user