Skip to content

Commit 03b8689

Browse files
author
Per Goncalves da Silva
committed
<carry>: add some information about the generate_crds_manifests scripts
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent 05841d8 commit 03b8689

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts/generate_crds_manifests.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
#!/usr/bin/env bash
22

3+
# generate_crds_manifests: regenerate downstream OLM manifests for Openshift and Microshift
4+
# resource manifests in the manifests/ and microshift-manifests/ are deleted and recreated
5+
# some downstream only manifests e.g. for collect-profiles, and package-server-manager, are created
6+
# inline by this script. Upstream manifests are also mutated for downstream concerns through the application
7+
# of patches, or some other kind of manipulation. The values.yaml at the root of this repository is also used
8+
# to mutate upstream manifests for the downstream.
9+
310
set -o errexit
411
set -o nounset
512
set -o pipefail

0 commit comments

Comments
 (0)