Skip to content

Commit 26270a4

Browse files
committed
Switching tls-profiles to false
1 parent 2f3fd31 commit 26270a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ metadata:
9191
features.operators.openshift.io/disconnected: "true"
9292
features.operators.openshift.io/fips-compliant: "true"
9393
features.operators.openshift.io/proxy-aware: "true"
94-
features.operators.openshift.io/tls-profiles: "true"
94+
features.operators.openshift.io/tls-profiles: "flase"
9595
features.operators.openshift.io/token-auth-aws: "false"
9696
features.operators.openshift.io/token-auth-azure: "false"
9797
features.operators.openshift.io/token-auth-gcp: "false"

bundle/stable/eclipse-che/manifests/che-operator.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ metadata:
9191
features.operators.openshift.io/disconnected: "true"
9292
features.operators.openshift.io/fips-compliant: "true"
9393
features.operators.openshift.io/proxy-aware: "true"
94-
features.operators.openshift.io/tls-profiles: "true"
94+
features.operators.openshift.io/tls-profiles: "false"
9595
features.operators.openshift.io/token-auth-aws: "false"
9696
features.operators.openshift.io/token-auth-azure: "false"
9797
features.operators.openshift.io/token-auth-gcp: "false"

config/manifests/bases/che-operator.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ metadata:
2828
features.operators.openshift.io/disconnected: "true"
2929
features.operators.openshift.io/fips-compliant: "true"
3030
features.operators.openshift.io/proxy-aware: "true"
31-
features.operators.openshift.io/tls-profiles: "true"
31+
features.operators.openshift.io/tls-profiles: "false"
3232
features.operators.openshift.io/token-auth-aws: "false"
3333
features.operators.openshift.io/token-auth-azure: "false"
3434
features.operators.openshift.io/token-auth-gcp: "false"

0 commit comments

Comments
 (0)