We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd8246 commit 328a610Copy full SHA for 328a610
hack/tools/update-crds.sh
@@ -7,11 +7,12 @@ set -e
7
# The names of the generated CRDs
8
CE="olm.operatorframework.io_clusterextensions.yaml"
9
CC="olm.operatorframework.io_clustercatalogs.yaml"
10
+CR="olm.operatorframework.io_clusterextensionrevisions.yaml"
11
12
# order for modules and crds must match
13
# each item in crds must be unique, and should be associated with a module
-modules=("operator-controller" "catalogd")
14
-crds=("${CE}" "${CC}")
+modules=("operator-controller" "catalogd" "operator-controller")
15
+crds=("${CE}" "${CC}" "${CR}")
16
17
# Channels must much those in the generator
18
channels=("standard" "experimental")
0 commit comments