diff --git a/microshift-manifests/kustomization.yaml b/microshift-manifests/kustomization.yaml index 206174302a..6738615fc6 100644 --- a/microshift-manifests/kustomization.yaml +++ b/microshift-manifests/kustomization.yaml @@ -10,9 +10,6 @@ resources: - 0000_50_olm_00-operatorgroups.crd.yaml - 0000_50_olm_00-operators.crd.yaml - 0000_50_olm_00-packageserver.pdb.yaml - - 0000_50_olm_00-pprof-config.yaml - - 0000_50_olm_00-pprof-rbac.yaml - - 0000_50_olm_00-pprof-secret.yaml - 0000_50_olm_00-subscriptions.crd.yaml - 0000_50_olm_01-networkpolicies.yaml - 0000_50_olm_02-olm-operator.serviceaccount.yaml diff --git a/scripts/generate_crds_manifests.sh b/scripts/generate_crds_manifests.sh index 56b3986a5f..d1a89a63a8 100755 --- a/scripts/generate_crds_manifests.sh +++ b/scripts/generate_crds_manifests.sh @@ -612,7 +612,7 @@ microshift_manifests_files=$(find "${ROOT_DIR}/microshift-manifests" -type f -na # Let's sort the files so that we can have a deterministic order microshift_manifests_files=$(echo "${microshift_manifests_files}" | sort) # files to ignore, substring match. -files_to_ignore=("ibm-cloud-managed.yaml" "kustomization.yaml" "psm-operator" "removed" "collect-profiles" "prometheus" "service-monitor" "operatorstatus") +files_to_ignore=("ibm-cloud-managed.yaml" "kustomization.yaml" "psm-operator" "removed" "collect-profiles" "pprof" "prometheus" "service-monitor" "operatorstatus") # Add all the manifests files to the kustomization file while ignoring the files in the files_to_ignore list for file in ${microshift_manifests_files}; do