forked from LaconicNetwork/kompose
drop status field from test yamls
Signed-off-by: shubhindia <shubhindia123@gmail.com>
This commit is contained in:
+5
-8
@@ -13,8 +13,7 @@ spec:
|
||||
targetPort: 6379
|
||||
selector:
|
||||
io.kompose.service: redis
|
||||
status:
|
||||
loadBalancer: {}
|
||||
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
@@ -35,8 +34,7 @@ spec:
|
||||
targetPort: 5000
|
||||
selector:
|
||||
io.kompose.service: web
|
||||
status:
|
||||
loadBalancer: {}
|
||||
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
@@ -67,7 +65,7 @@ spec:
|
||||
protocol: TCP
|
||||
resources: {}
|
||||
restartPolicy: Always
|
||||
status: {}
|
||||
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
@@ -107,7 +105,7 @@ spec:
|
||||
protocol: TCP
|
||||
resources: {}
|
||||
restartPolicy: Always
|
||||
status: {}
|
||||
|
||||
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
@@ -149,6 +147,5 @@ spec:
|
||||
- batman.example.com
|
||||
- batwoman.example.com
|
||||
secretName: test-secret
|
||||
status:
|
||||
loadBalancer: {}
|
||||
|
||||
|
||||
|
||||
+2
-4
@@ -13,8 +13,7 @@ spec:
|
||||
targetPort: 6379
|
||||
selector:
|
||||
io.kompose.service: redis
|
||||
status:
|
||||
loadBalancer: {}
|
||||
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
@@ -35,8 +34,7 @@ spec:
|
||||
targetPort: 5000
|
||||
selector:
|
||||
io.kompose.service: web
|
||||
status:
|
||||
loadBalancer: {}
|
||||
|
||||
|
||||
---
|
||||
apiVersion: apps.openshift.io/v1
|
||||
|
||||
Reference in New Issue
Block a user