mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
Added ASCII art per PR feedback
This commit is contained in:
@@ -3,6 +3,20 @@
|
|||||||
|
|
||||||
package krusty_test
|
package krusty_test
|
||||||
|
|
||||||
|
// In the following structure `top` patches `left-deploy` and `right-deploy` to reference the
|
||||||
|
// configMap in `bottom`. This test verifies `configMapRef.name` in `left-deploy` and
|
||||||
|
// `right-deploy` is modified correctly.
|
||||||
|
//
|
||||||
|
// top
|
||||||
|
// / \
|
||||||
|
// left right
|
||||||
|
// / \ / \
|
||||||
|
// left-service bottom bottom right-service
|
||||||
|
// | \ / |
|
||||||
|
// left-deploy bottom right-deploy
|
||||||
|
// |
|
||||||
|
// configMap
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user