Skip to content

Commit

Permalink
Added ASCII art per PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
partiallyordered committed Jan 21, 2021
1 parent 9b87f78 commit 1bef8c4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions api/krusty/diamondpatchref_test.go
Expand Up @@ -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"

Expand Down

0 comments on commit 1bef8c4

Please sign in to comment.