Skip to content

Commit 0f33837

Browse files
committed
fix e2e tests to reencrypt and redirect check
1 parent edd3114 commit 0f33837

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/openshift/e2e/ignore-tests/sequential/1-001_validate_kam_service/01-assert.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ spec:
2424
port:
2525
targetPort: 8443
2626
tls:
27-
insecureEdgeTerminationPolicy: None
28-
termination: passthrough
27+
insecureEdgeTerminationPolicy: Redirect
28+
termination: reencrypt
2929
to:
3030
kind: Service
3131
name: kam

test/openshift/e2e/sequential/1-001_validate_kam_service/01-assert.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ spec:
2424
port:
2525
targetPort: 8443
2626
tls:
27-
insecureEdgeTerminationPolicy: None
28-
termination: passthrough
27+
insecureEdgeTerminationPolicy: Redirect
28+
termination: reencrypt
2929
to:
3030
kind: Service
3131
name: kam

0 commit comments

Comments
 (0)