che-operator/config/rbac/kustomization.yaml

24 lines
738 B
YAML

#
# 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
#
resources:
# All RBAC will be applied under this service account in
# the deployment namespace. You may comment out this resource
# if your che-operator will use a service account that exists at
# runtime. Be sure to update RoleBinding and ClusterRoleBinding
# subjects if changing service account names.
- service_account.yaml
- role.yaml
- role_binding.yaml
- cluster_role.yaml
- cluster_rolebinding.yaml