Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions microshift-manifests/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate_crds_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,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
Expand Down