mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-16 22:27:34 +00:00
12 lines
223 B
Bash
Executable File
12 lines
223 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source "$(dirname "${BASH_SOURCE}")/init.sh"
|
|
|
|
for f in $CRD_FILES
|
|
do
|
|
cp $f ./manifests/hub/
|
|
done
|
|
|
|
cp $NUCLEUS_HUB_CRD_FILE ./deploy/nucleus-hub/crds/
|
|
cp $NUCLEUS_SPOKE_CRD_FILE ./deploy/nucleus-spoke/crds/
|