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 639fc12 commit 9aeadceCopy full SHA for 9aeadce
scripts/generate_crds_manifests.sh
@@ -520,7 +520,7 @@ microshift_manifests_files=$(find "${ROOT_DIR}/microshift-manifests" -type f -na
520
# Let's sort the files so that we can have a deterministic order
521
microshift_manifests_files=$(echo "${microshift_manifests_files}" | sort)
522
# files to ignore, substring match.
523
-files_to_ignore=("ibm-cloud-managed.yaml" "kustomization.yaml" "psm-operator")
+files_to_ignore=("ibm-cloud-managed.yaml" "kustomization.yaml" "psm-operator" "collect-profiles")
524
525
# Add all the manifests files to the kustomization file while ignoring the files in the files_to_ignore list
526
for file in ${microshift_manifests_files}; do
0 commit comments