From 57b20c6b6eaad92f198812443ea9443360ad5370 Mon Sep 17 00:00:00 2001 From: "greg.guydo" Date: Tue, 14 May 2024 07:59:14 -0400 Subject: [PATCH] update-dev-resources --- .../bases/org.eclipse.che_checlusters.yaml | 20 ++++++------------- deploy/deployment/kubernetes/combined.yaml | 20 ++++++------------- ...che-operator-selfsigned-issuer.Issuer.yaml | 12 ----------- .../objects/che-operator-service.Service.yaml | 12 ----------- ...che-operator-serving-cert.Certificate.yaml | 12 ----------- .../objects/che-operator.ClusterRole.yaml | 12 ----------- .../che-operator.ClusterRoleBinding.yaml | 12 ----------- .../objects/che-operator.Deployment.yaml | 12 ----------- .../kubernetes/objects/che-operator.Role.yaml | 12 ----------- .../objects/che-operator.RoleBinding.yaml | 12 ----------- .../objects/che-operator.ServiceAccount.yaml | 12 ----------- ....eclipse.che.CustomResourceDefinition.yaml | 20 ++++++------------- .../objects/eclipse-che.Namespace.yaml | 12 ----------- ...ipse.che.MutatingWebhookConfiguration.yaml | 12 ----------- ...se.che.ValidatingWebhookConfiguration.yaml | 12 ----------- deploy/deployment/openshift/combined.yaml | 20 ++++++------------- .../objects/che-operator-service.Service.yaml | 12 ----------- .../objects/che-operator.ClusterRole.yaml | 12 ----------- .../che-operator.ClusterRoleBinding.yaml | 12 ----------- .../objects/che-operator.Deployment.yaml | 12 ----------- .../openshift/objects/che-operator.Role.yaml | 12 ----------- .../objects/che-operator.RoleBinding.yaml | 12 ----------- .../objects/che-operator.ServiceAccount.yaml | 12 ----------- ....eclipse.che.CustomResourceDefinition.yaml | 20 ++++++------------- .../objects/eclipse-che.Namespace.yaml | 12 ----------- ...ipse.che.MutatingWebhookConfiguration.yaml | 12 ----------- ...se.che.ValidatingWebhookConfiguration.yaml | 12 ----------- ....eclipse.che.CustomResourceDefinition.yaml | 20 ++++++------------- ...che-operator-selfsigned-issuer.Issuer.yaml | 12 ----------- .../che-operator-service.Service.yaml | 12 ----------- ...che-operator-serving-cert.Certificate.yaml | 12 ----------- .../templates/che-operator.ClusterRole.yaml | 12 ----------- .../che-operator.ClusterRoleBinding.yaml | 12 ----------- .../templates/che-operator.Deployment.yaml | 12 ----------- .../next/templates/che-operator.Role.yaml | 12 ----------- .../templates/che-operator.RoleBinding.yaml | 12 ----------- .../che-operator.ServiceAccount.yaml | 12 ----------- ...ipse.che.MutatingWebhookConfiguration.yaml | 12 ----------- ...se.che.ValidatingWebhookConfiguration.yaml | 12 ----------- .../next/templates/org_v2_checluster.yaml | 12 ----------- 40 files changed, 36 insertions(+), 492 deletions(-) diff --git a/config/crd/bases/org.eclipse.che_checlusters.yaml b/config/crd/bases/org.eclipse.che_checlusters.yaml index 2cd6916c4..eaa9b6213 100644 --- a/config/crd/bases/org.eclipse.che_checlusters.yaml +++ b/config/crd/bases/org.eclipse.che_checlusters.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition @@ -8075,9 +8063,13 @@ spec: OpenShift. type: string oAuthSecret: - description: Name of the secret set in the OpenShift `OAuthClient` + description: 'Name of the secret set in the OpenShift `OAuthClient` resource used to set up identity federation on the OpenShift - side. + side. For Kubernetes, this can either be the plain text + oAuthSecret value, or the name of a kubernetes secret which + contains a key `oAuthSecret` and the value is the secret. + NOTE: this secret must exist in the same namespace as the + `CheCluster` resource and contain the label `app.kubernetes.io/part-of=che.eclipse.org`.' type: string type: object domain: diff --git a/deploy/deployment/kubernetes/combined.yaml b/deploy/deployment/kubernetes/combined.yaml index ce51e63ed..a0549a341 100644 --- a/deploy/deployment/kubernetes/combined.yaml +++ b/deploy/deployment/kubernetes/combined.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: v1 kind: Namespace metadata: @@ -8094,9 +8082,13 @@ spec: OpenShift. type: string oAuthSecret: - description: Name of the secret set in the OpenShift `OAuthClient` + description: 'Name of the secret set in the OpenShift `OAuthClient` resource used to set up identity federation on the OpenShift - side. + side. For Kubernetes, this can either be the plain text + oAuthSecret value, or the name of a kubernetes secret which + contains a key `oAuthSecret` and the value is the secret. + NOTE: this secret must exist in the same namespace as the + `CheCluster` resource and contain the label `app.kubernetes.io/part-of=che.eclipse.org`.' type: string type: object domain: diff --git a/deploy/deployment/kubernetes/objects/che-operator-selfsigned-issuer.Issuer.yaml b/deploy/deployment/kubernetes/objects/che-operator-selfsigned-issuer.Issuer.yaml index 9e7d30b56..201bd4cbe 100644 --- a/deploy/deployment/kubernetes/objects/che-operator-selfsigned-issuer.Issuer.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator-selfsigned-issuer.Issuer.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: cert-manager.io/v1 kind: Issuer metadata: diff --git a/deploy/deployment/kubernetes/objects/che-operator-service.Service.yaml b/deploy/deployment/kubernetes/objects/che-operator-service.Service.yaml index a2b93c3f8..ef65d0125 100644 --- a/deploy/deployment/kubernetes/objects/che-operator-service.Service.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator-service.Service.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: v1 kind: Service metadata: diff --git a/deploy/deployment/kubernetes/objects/che-operator-serving-cert.Certificate.yaml b/deploy/deployment/kubernetes/objects/che-operator-serving-cert.Certificate.yaml index 7abd7ffbe..d1e5efe20 100644 --- a/deploy/deployment/kubernetes/objects/che-operator-serving-cert.Certificate.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator-serving-cert.Certificate.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: cert-manager.io/v1 kind: Certificate metadata: diff --git a/deploy/deployment/kubernetes/objects/che-operator.ClusterRole.yaml b/deploy/deployment/kubernetes/objects/che-operator.ClusterRole.yaml index 3b506c07d..6d15ff09b 100644 --- a/deploy/deployment/kubernetes/objects/che-operator.ClusterRole.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator.ClusterRole.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: diff --git a/deploy/deployment/kubernetes/objects/che-operator.ClusterRoleBinding.yaml b/deploy/deployment/kubernetes/objects/che-operator.ClusterRoleBinding.yaml index b24901258..8679cdda8 100644 --- a/deploy/deployment/kubernetes/objects/che-operator.ClusterRoleBinding.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator.ClusterRoleBinding.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: diff --git a/deploy/deployment/kubernetes/objects/che-operator.Deployment.yaml b/deploy/deployment/kubernetes/objects/che-operator.Deployment.yaml index 4f9176822..ceed7d2aa 100644 --- a/deploy/deployment/kubernetes/objects/che-operator.Deployment.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator.Deployment.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: apps/v1 kind: Deployment metadata: diff --git a/deploy/deployment/kubernetes/objects/che-operator.Role.yaml b/deploy/deployment/kubernetes/objects/che-operator.Role.yaml index 43625be99..04fcd766a 100644 --- a/deploy/deployment/kubernetes/objects/che-operator.Role.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator.Role.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: diff --git a/deploy/deployment/kubernetes/objects/che-operator.RoleBinding.yaml b/deploy/deployment/kubernetes/objects/che-operator.RoleBinding.yaml index df0254b1e..77c7bdfad 100644 --- a/deploy/deployment/kubernetes/objects/che-operator.RoleBinding.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator.RoleBinding.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: diff --git a/deploy/deployment/kubernetes/objects/che-operator.ServiceAccount.yaml b/deploy/deployment/kubernetes/objects/che-operator.ServiceAccount.yaml index 6bda97faf..96dbe0eaa 100644 --- a/deploy/deployment/kubernetes/objects/che-operator.ServiceAccount.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator.ServiceAccount.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: v1 kind: ServiceAccount metadata: diff --git a/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index 2691a6ae9..a6206b620 100644 --- a/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: @@ -8089,9 +8077,13 @@ spec: OpenShift. type: string oAuthSecret: - description: Name of the secret set in the OpenShift `OAuthClient` + description: 'Name of the secret set in the OpenShift `OAuthClient` resource used to set up identity federation on the OpenShift - side. + side. For Kubernetes, this can either be the plain text + oAuthSecret value, or the name of a kubernetes secret which + contains a key `oAuthSecret` and the value is the secret. + NOTE: this secret must exist in the same namespace as the + `CheCluster` resource and contain the label `app.kubernetes.io/part-of=che.eclipse.org`.' type: string type: object domain: diff --git a/deploy/deployment/kubernetes/objects/eclipse-che.Namespace.yaml b/deploy/deployment/kubernetes/objects/eclipse-che.Namespace.yaml index da2bffddd..be5002d89 100644 --- a/deploy/deployment/kubernetes/objects/eclipse-che.Namespace.yaml +++ b/deploy/deployment/kubernetes/objects/eclipse-che.Namespace.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: v1 kind: Namespace metadata: diff --git a/deploy/deployment/kubernetes/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml b/deploy/deployment/kubernetes/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml index 70c1d94e1..5975c5e55 100644 --- a/deploy/deployment/kubernetes/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml +++ b/deploy/deployment/kubernetes/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: admissionregistration.k8s.io/v1 kind: MutatingWebhookConfiguration metadata: diff --git a/deploy/deployment/kubernetes/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml b/deploy/deployment/kubernetes/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml index 8bada1b40..260e16b36 100644 --- a/deploy/deployment/kubernetes/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml +++ b/deploy/deployment/kubernetes/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: admissionregistration.k8s.io/v1 kind: ValidatingWebhookConfiguration metadata: diff --git a/deploy/deployment/openshift/combined.yaml b/deploy/deployment/openshift/combined.yaml index 361b4bca5..ff2944542 100644 --- a/deploy/deployment/openshift/combined.yaml +++ b/deploy/deployment/openshift/combined.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: v1 kind: Namespace metadata: @@ -8094,9 +8082,13 @@ spec: OpenShift. type: string oAuthSecret: - description: Name of the secret set in the OpenShift `OAuthClient` + description: 'Name of the secret set in the OpenShift `OAuthClient` resource used to set up identity federation on the OpenShift - side. + side. For Kubernetes, this can either be the plain text + oAuthSecret value, or the name of a kubernetes secret which + contains a key `oAuthSecret` and the value is the secret. + NOTE: this secret must exist in the same namespace as the + `CheCluster` resource and contain the label `app.kubernetes.io/part-of=che.eclipse.org`.' type: string type: object domain: diff --git a/deploy/deployment/openshift/objects/che-operator-service.Service.yaml b/deploy/deployment/openshift/objects/che-operator-service.Service.yaml index 13a93239c..cbc9e5dc4 100644 --- a/deploy/deployment/openshift/objects/che-operator-service.Service.yaml +++ b/deploy/deployment/openshift/objects/che-operator-service.Service.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: v1 kind: Service metadata: diff --git a/deploy/deployment/openshift/objects/che-operator.ClusterRole.yaml b/deploy/deployment/openshift/objects/che-operator.ClusterRole.yaml index 3b506c07d..6d15ff09b 100644 --- a/deploy/deployment/openshift/objects/che-operator.ClusterRole.yaml +++ b/deploy/deployment/openshift/objects/che-operator.ClusterRole.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: diff --git a/deploy/deployment/openshift/objects/che-operator.ClusterRoleBinding.yaml b/deploy/deployment/openshift/objects/che-operator.ClusterRoleBinding.yaml index b24901258..8679cdda8 100644 --- a/deploy/deployment/openshift/objects/che-operator.ClusterRoleBinding.yaml +++ b/deploy/deployment/openshift/objects/che-operator.ClusterRoleBinding.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: diff --git a/deploy/deployment/openshift/objects/che-operator.Deployment.yaml b/deploy/deployment/openshift/objects/che-operator.Deployment.yaml index 78bda734a..8869d6674 100644 --- a/deploy/deployment/openshift/objects/che-operator.Deployment.yaml +++ b/deploy/deployment/openshift/objects/che-operator.Deployment.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: apps/v1 kind: Deployment metadata: diff --git a/deploy/deployment/openshift/objects/che-operator.Role.yaml b/deploy/deployment/openshift/objects/che-operator.Role.yaml index 43625be99..04fcd766a 100644 --- a/deploy/deployment/openshift/objects/che-operator.Role.yaml +++ b/deploy/deployment/openshift/objects/che-operator.Role.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: diff --git a/deploy/deployment/openshift/objects/che-operator.RoleBinding.yaml b/deploy/deployment/openshift/objects/che-operator.RoleBinding.yaml index df0254b1e..77c7bdfad 100644 --- a/deploy/deployment/openshift/objects/che-operator.RoleBinding.yaml +++ b/deploy/deployment/openshift/objects/che-operator.RoleBinding.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: diff --git a/deploy/deployment/openshift/objects/che-operator.ServiceAccount.yaml b/deploy/deployment/openshift/objects/che-operator.ServiceAccount.yaml index 6bda97faf..96dbe0eaa 100644 --- a/deploy/deployment/openshift/objects/che-operator.ServiceAccount.yaml +++ b/deploy/deployment/openshift/objects/che-operator.ServiceAccount.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: v1 kind: ServiceAccount metadata: diff --git a/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index 97e7df75a..29035c582 100644 --- a/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: @@ -8089,9 +8077,13 @@ spec: OpenShift. type: string oAuthSecret: - description: Name of the secret set in the OpenShift `OAuthClient` + description: 'Name of the secret set in the OpenShift `OAuthClient` resource used to set up identity federation on the OpenShift - side. + side. For Kubernetes, this can either be the plain text + oAuthSecret value, or the name of a kubernetes secret which + contains a key `oAuthSecret` and the value is the secret. + NOTE: this secret must exist in the same namespace as the + `CheCluster` resource and contain the label `app.kubernetes.io/part-of=che.eclipse.org`.' type: string type: object domain: diff --git a/deploy/deployment/openshift/objects/eclipse-che.Namespace.yaml b/deploy/deployment/openshift/objects/eclipse-che.Namespace.yaml index da2bffddd..be5002d89 100644 --- a/deploy/deployment/openshift/objects/eclipse-che.Namespace.yaml +++ b/deploy/deployment/openshift/objects/eclipse-che.Namespace.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: v1 kind: Namespace metadata: diff --git a/deploy/deployment/openshift/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml b/deploy/deployment/openshift/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml index 9c0e3869d..68a3f5e1f 100644 --- a/deploy/deployment/openshift/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml +++ b/deploy/deployment/openshift/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: admissionregistration.k8s.io/v1 kind: MutatingWebhookConfiguration metadata: diff --git a/deploy/deployment/openshift/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml b/deploy/deployment/openshift/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml index e7cd60d8e..ab9dc8403 100644 --- a/deploy/deployment/openshift/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml +++ b/deploy/deployment/openshift/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: admissionregistration.k8s.io/v1 kind: ValidatingWebhookConfiguration metadata: diff --git a/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index 2691a6ae9..a6206b620 100644 --- a/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: @@ -8089,9 +8077,13 @@ spec: OpenShift. type: string oAuthSecret: - description: Name of the secret set in the OpenShift `OAuthClient` + description: 'Name of the secret set in the OpenShift `OAuthClient` resource used to set up identity federation on the OpenShift - side. + side. For Kubernetes, this can either be the plain text + oAuthSecret value, or the name of a kubernetes secret which + contains a key `oAuthSecret` and the value is the secret. + NOTE: this secret must exist in the same namespace as the + `CheCluster` resource and contain the label `app.kubernetes.io/part-of=che.eclipse.org`.' type: string type: object domain: diff --git a/helmcharts/next/templates/che-operator-selfsigned-issuer.Issuer.yaml b/helmcharts/next/templates/che-operator-selfsigned-issuer.Issuer.yaml index 9e7d30b56..201bd4cbe 100644 --- a/helmcharts/next/templates/che-operator-selfsigned-issuer.Issuer.yaml +++ b/helmcharts/next/templates/che-operator-selfsigned-issuer.Issuer.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: cert-manager.io/v1 kind: Issuer metadata: diff --git a/helmcharts/next/templates/che-operator-service.Service.yaml b/helmcharts/next/templates/che-operator-service.Service.yaml index a2b93c3f8..ef65d0125 100644 --- a/helmcharts/next/templates/che-operator-service.Service.yaml +++ b/helmcharts/next/templates/che-operator-service.Service.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: v1 kind: Service metadata: diff --git a/helmcharts/next/templates/che-operator-serving-cert.Certificate.yaml b/helmcharts/next/templates/che-operator-serving-cert.Certificate.yaml index 7abd7ffbe..d1e5efe20 100644 --- a/helmcharts/next/templates/che-operator-serving-cert.Certificate.yaml +++ b/helmcharts/next/templates/che-operator-serving-cert.Certificate.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: cert-manager.io/v1 kind: Certificate metadata: diff --git a/helmcharts/next/templates/che-operator.ClusterRole.yaml b/helmcharts/next/templates/che-operator.ClusterRole.yaml index 3b506c07d..6d15ff09b 100644 --- a/helmcharts/next/templates/che-operator.ClusterRole.yaml +++ b/helmcharts/next/templates/che-operator.ClusterRole.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: diff --git a/helmcharts/next/templates/che-operator.ClusterRoleBinding.yaml b/helmcharts/next/templates/che-operator.ClusterRoleBinding.yaml index b24901258..8679cdda8 100644 --- a/helmcharts/next/templates/che-operator.ClusterRoleBinding.yaml +++ b/helmcharts/next/templates/che-operator.ClusterRoleBinding.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: diff --git a/helmcharts/next/templates/che-operator.Deployment.yaml b/helmcharts/next/templates/che-operator.Deployment.yaml index 4f9176822..ceed7d2aa 100644 --- a/helmcharts/next/templates/che-operator.Deployment.yaml +++ b/helmcharts/next/templates/che-operator.Deployment.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: apps/v1 kind: Deployment metadata: diff --git a/helmcharts/next/templates/che-operator.Role.yaml b/helmcharts/next/templates/che-operator.Role.yaml index 43625be99..04fcd766a 100644 --- a/helmcharts/next/templates/che-operator.Role.yaml +++ b/helmcharts/next/templates/che-operator.Role.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: diff --git a/helmcharts/next/templates/che-operator.RoleBinding.yaml b/helmcharts/next/templates/che-operator.RoleBinding.yaml index df0254b1e..77c7bdfad 100644 --- a/helmcharts/next/templates/che-operator.RoleBinding.yaml +++ b/helmcharts/next/templates/che-operator.RoleBinding.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: diff --git a/helmcharts/next/templates/che-operator.ServiceAccount.yaml b/helmcharts/next/templates/che-operator.ServiceAccount.yaml index 6bda97faf..96dbe0eaa 100644 --- a/helmcharts/next/templates/che-operator.ServiceAccount.yaml +++ b/helmcharts/next/templates/che-operator.ServiceAccount.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: v1 kind: ServiceAccount metadata: diff --git a/helmcharts/next/templates/org.eclipse.che.MutatingWebhookConfiguration.yaml b/helmcharts/next/templates/org.eclipse.che.MutatingWebhookConfiguration.yaml index 70c1d94e1..5975c5e55 100644 --- a/helmcharts/next/templates/org.eclipse.che.MutatingWebhookConfiguration.yaml +++ b/helmcharts/next/templates/org.eclipse.che.MutatingWebhookConfiguration.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: admissionregistration.k8s.io/v1 kind: MutatingWebhookConfiguration metadata: diff --git a/helmcharts/next/templates/org.eclipse.che.ValidatingWebhookConfiguration.yaml b/helmcharts/next/templates/org.eclipse.che.ValidatingWebhookConfiguration.yaml index 8bada1b40..260e16b36 100644 --- a/helmcharts/next/templates/org.eclipse.che.ValidatingWebhookConfiguration.yaml +++ b/helmcharts/next/templates/org.eclipse.che.ValidatingWebhookConfiguration.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: admissionregistration.k8s.io/v1 kind: ValidatingWebhookConfiguration metadata: diff --git a/helmcharts/next/templates/org_v2_checluster.yaml b/helmcharts/next/templates/org_v2_checluster.yaml index aacc4ae65..3dc855b14 100644 --- a/helmcharts/next/templates/org_v2_checluster.yaml +++ b/helmcharts/next/templates/org_v2_checluster.yaml @@ -1,15 +1,3 @@ -# -# Copyright (c) 2019-2023 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - apiVersion: org.eclipse.che/v2 kind: CheCluster metadata: