Skip to content

Commit f406c8a

Browse files
committed
UPSTREAM: <carry>: microshift manifests don't use collect-profiles cronjob
Signed-off-by: Joaquim Moreno Prusi <[email protected]>
1 parent 815029c commit f406c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_crds_manifests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ microshift_manifests_files=$(find "${ROOT_DIR}/microshift-manifests" -type f -na
520520
# Let's sort the files so that we can have a deterministic order
521521
microshift_manifests_files=$(echo "${microshift_manifests_files}" | sort)
522522
# files to ignore, substring match.
523-
files_to_ignore=("ibm-cloud-managed.yaml" "kustomization.yaml" "psm-operator" "removed")
523+
files_to_ignore=("ibm-cloud-managed.yaml" "kustomization.yaml" "psm-operator" "removed" "collect-profiles")
524524

525525
# Add all the manifests files to the kustomization file while ignoring the files in the files_to_ignore list
526526
for file in ${microshift_manifests_files}; do

0 commit comments

Comments
 (0)