mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
fix tests
This commit is contained in:
@@ -109,20 +109,20 @@ echo $?
|
|||||||
|
|
||||||
<!-- @build @test -->
|
<!-- @build @test -->
|
||||||
```
|
```
|
||||||
test 2 == \
|
test 1 == \
|
||||||
$(kustomize build $DEMO_HOME | grep -A 2 ".*image" | grep "new-app-1:MYNEWTAG-1" | wc -l); \
|
$(kustomize build $DEMO_HOME | grep -A 2 ".*image" | grep "new-app-1:MYNEWTAG-1" | wc -l); \
|
||||||
echo $?
|
echo $?
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- @build @test -->
|
<!-- @build @test -->
|
||||||
```
|
```
|
||||||
test 3 == \
|
test 1 == \
|
||||||
$(kustomize build $DEMO_HOME | grep -A 2 ".*image" | grep "my-docker2@sha" | wc -l); \
|
$(kustomize build $DEMO_HOME | grep -A 2 ".*image" | grep "my-docker2@sha" | wc -l); \
|
||||||
echo $?
|
echo $?
|
||||||
```
|
```
|
||||||
<!-- @build @test -->
|
<!-- @build @test -->
|
||||||
```
|
```
|
||||||
test 4 == \
|
test 1 == \
|
||||||
$(kustomize build $DEMO_HOME | grep -A 2 ".*image" | grep "prod-mysql:v3" | wc -l); \
|
$(kustomize build $DEMO_HOME | grep -A 2 ".*image" | grep "prod-mysql:v3" | wc -l); \
|
||||||
echo $?
|
echo $?
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user