Added ASCII art per PR feedback

This commit is contained in:
msk-
2021-01-21 10:13:42 +00:00
parent 9b87f78511
commit 1bef8c4cdd

View File

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