forked from LaconicNetwork/kompose
test: fix e2e tests for configmap pod test
Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
This commit is contained in:
parent
7f670b074d
commit
b66c54e2ae
@ -2,7 +2,6 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: redis
|
||||
name: redis
|
||||
@ -19,7 +18,6 @@ spec:
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.network/configmap-pod-default: "true"
|
||||
io.kompose.service: redis
|
||||
@ -48,7 +46,6 @@ spec:
|
||||
- containerPort: 6379
|
||||
hostPort: 6379
|
||||
protocol: TCP
|
||||
resources: {}
|
||||
restartPolicy: Never
|
||||
|
||||
---
|
||||
@ -57,7 +54,6 @@ data:
|
||||
ALLOW_EMPTY_PASSWORD: "yes"
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: redis-foo-env
|
||||
name: foo-env
|
||||
@ -69,7 +65,6 @@ data:
|
||||
FOO: BAR
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: redis-bar-env
|
||||
name: bar-env
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: redis
|
||||
name: redis
|
||||
@ -19,7 +18,6 @@ spec:
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.network/configmap-pod-default: "true"
|
||||
io.kompose.service: redis
|
||||
@ -48,7 +46,6 @@ spec:
|
||||
- containerPort: 6379
|
||||
hostPort: 6379
|
||||
protocol: TCP
|
||||
resources: {}
|
||||
restartPolicy: Never
|
||||
|
||||
---
|
||||
@ -57,7 +54,6 @@ data:
|
||||
ALLOW_EMPTY_PASSWORD: "yes"
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: redis-foo-env
|
||||
name: foo-env
|
||||
@ -69,7 +65,6 @@ data:
|
||||
FOO: BAR
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: redis-bar-env
|
||||
name: bar-env
|
||||
|
||||
Loading…
Reference in New Issue
Block a user