We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67431ef commit 070c731Copy full SHA for 070c731
.github/actions/gen-install-scripts/entrypoint.sh
@@ -63,7 +63,7 @@ kustomize build "config/crd" >"${namespaced_dir}/crds.yaml"
63
echo "Created namespaced config"
64
65
# crds
66
-cp config/crd/bases/* "${crds_dir}"
+find config/crd/bases -type f ! -name 'kustomization.yaml' -exec cp {} "${crds_dir}" \;
67
68
# CSV bundle
69
operator-sdk generate kustomize manifests --input-dir=config/manifests-template --interactive=false -q --apis-dir=api
0 commit comments