26 lines
717 B
YAML
26 lines
717 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
|
|
#
|
|
|
|
# This kustomization.yaml is not intended to be run by itself,
|
|
# since it depends on service name and namespace that are out of this kustomize package.
|
|
# It should be run by config/default
|
|
resources:
|
|
- bases/org.eclipse.che_checlusters.yaml
|
|
|
|
patchesStrategicMerge:
|
|
- patches/webhook_in_checlusters.yaml
|
|
- patches/extralabels_in_checlusters.yaml
|
|
|
|
configurations:
|
|
- kustomizeconfig.yaml
|
|
|