Skip to content

Commit

Permalink
merge data map test
Browse files Browse the repository at this point in the history
  • Loading branch information
shanalily committed Jan 25, 2022
1 parent 9424955 commit ae04c12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/resource/resource_test.go
Expand Up @@ -587,6 +587,7 @@ apiVersion: v1
kind: BlahBlah
metadata:
name: clown
namespace: "01234"
data:
fruit: pear
`))
Expand All @@ -598,6 +599,7 @@ apiVersion: v1
kind: Whatever
metadata:
name: spaceship
namespace: "01234"
data:
spaceship: enterprise
`))
Expand All @@ -614,6 +616,7 @@ data:
kind: BlahBlah
metadata:
name: clown
namespace: "01234"
`, string(bytes))
}

Expand Down

0 comments on commit ae04c12

Please sign in to comment.