drop status field from test yamls

Signed-off-by: shubhindia <shubhindia123@gmail.com>
This commit is contained in:
shubhindia
2023-10-29 12:08:59 +05:30
parent 21d8dc8a81
commit 9d3dfeab41
47 changed files with 108 additions and 181 deletions
+3 -4
View File
@@ -14,8 +14,7 @@ spec:
targetPort: 80
selector:
io.kompose.service: web
status:
loadBalancer: {}
---
apiVersion: v1
@@ -25,7 +24,7 @@ metadata:
name: web
namespace: web
spec: {}
status: {}
---
apiVersion: apps/v1
@@ -58,5 +57,5 @@ spec:
protocol: TCP
resources: {}
restartPolicy: Always
status: {}
+2 -3
View File
@@ -14,8 +14,7 @@ spec:
targetPort: 80
selector:
io.kompose.service: web
status:
loadBalancer: {}
---
apiVersion: v1
@@ -25,7 +24,7 @@ metadata:
name: web
namespace: web
spec: {}
status: {}
---
apiVersion: apps.openshift.io/v1