mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 10:00:56 +00:00
Added ASCII art per PR feedback
This commit is contained in:
@@ -3,6 +3,20 @@
|
||||
|
||||
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 (
|
||||
"testing"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user