Merge pull request #1290 from arrikto/feature-diamond-test-harden

Update the diamond composition test case
This commit is contained in:
Jeff Regan
2019-07-01 08:34:23 -07:00
committed by GitHub

View File

@@ -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