Skip to content

Commit

Permalink
fix missing size on test
Browse files Browse the repository at this point in the history
  • Loading branch information
bholifie authored and psav committed Mar 4, 2022
1 parent 462a953 commit fae5a32
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
database:
name: app-a
version: 12
dbVolumeSize: large
dbVolumeSize: medium
---
apiVersion: cloud.redhat.com/v1alpha1
kind: ClowdApp
Expand All @@ -64,6 +64,7 @@ spec:
database:
name: app-b
version: 10
dbVolumeSize: large
---
apiVersion: cloud.redhat.com/v1alpha1
kind: ClowdApp
Expand Down

0 comments on commit fae5a32

Please sign in to comment.