test: fix e2e tests for configmap pod test

Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
This commit is contained in:
AhmedGrati 2024-01-14 10:46:03 +01:00
parent 7f670b074d
commit b66c54e2ae
2 changed files with 0 additions and 10 deletions

View File

@ -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

View File

@ -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