Skip to content

Commit 35e25ef

Browse files
committed
do not copy kustomization.yaml file to deploy/crds
1 parent 67431ef commit 35e25ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/gen-install-scripts/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ kustomize build "config/crd" >"${namespaced_dir}/crds.yaml"
6363
echo "Created namespaced config"
6464

6565
# crds
66-
cp config/crd/bases/* "${crds_dir}"
66+
find config/crd/bases -type f ! -name 'kustomization.yaml' -exec cp {} "${crds_dir}" \;
6767

6868
# CSV bundle
6969
operator-sdk generate kustomize manifests --input-dir=config/manifests-template --interactive=false -q --apis-dir=api

0 commit comments

Comments
 (0)