Skip to content

Commit 2223459

Browse files
Merge pull request #615 from jmprusi/jmprusi/microshift-remove-cronjob
OPRUN-3063: Microshift manifests remove collection-profiles cronjob from kustomization
2 parents 815029c + c933792 commit 2223459

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

microshift-manifests/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ resources:
1717
- 0000_50_olm_01-olm-operator.serviceaccount.yaml
1818
- 0000_50_olm_02-olmconfig.yaml
1919
- 0000_50_olm_02-services.yaml
20-
- 0000_50_olm_07-collect-profiles.cronjob.yaml
2120
- 0000_50_olm_07-olm-operator.deployment.yaml
2221
- 0000_50_olm_08-catalog-operator.deployment.yaml
2322
- 0000_50_olm_09-aggregated.clusterrole.yaml

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)