21 lines
688 B
YAML
21 lines
688 B
YAML
#
|
|
# Copyright (c) 2019-2021 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
|
|
#
|
|
|
|
## Append samples you want in your CSV to this file as resources ##
|
|
resources:
|
|
- org.eclipse.che_v1_checluster.yaml
|
|
# Uncomment it to enable sample for CheCluster with version v2alphav1
|
|
# - org_v2alpha1_checluster.yaml
|
|
# Uncomment to enable a devworkspace sample
|
|
# - devworkspace_flattened_theia-nodejs.yaml
|
|
#+kubebuilder:scaffold:manifestskustomizesamples
|