mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-20 16:14:23 +00:00
12 lines
237 B
Bash
Executable File
12 lines
237 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source "$(dirname "${BASH_SOURCE}")/init.sh"
|
|
|
|
for f in $CRD_FILES
|
|
do
|
|
cp $f ./manifests/cluster-manager/
|
|
done
|
|
|
|
cp $CLUSTER_MANAGER_CRD_FILE ./deploy/cluster-manager/crds/
|
|
cp $KLUSTERLET_CRD_FILE ./deploy/klusterlet/crds/
|