Merge pull request #1801 from AhmedGrati/fix-e2e-tests-configmap-pod

test: fix e2e tests for configmap pod test
This commit is contained in:
Kubernetes Prow Robot 2024-01-15 21:56:09 +01:00 committed by GitHub
commit 5f0c1c9c50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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