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
2 changes: 2 additions & 0 deletions config/base/catalogd/crd/experimental/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
resources:
- olm.operatorframework.io_clustercatalogs.yaml
8 changes: 3 additions & 5 deletions config/base/catalogd/crd/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# This kustomization.yaml is not intended to be run by itself,
# since it depends on service name and namespace that are out of this kustomize package.
# It should be run by config/default
# This kustomization picks the standard CRD by default
# If the experimental CRD is desired, select that directory explicitly
resources:
- standard/olm.operatorframework.io_clustercatalogs.yaml
#+kubebuilder:scaffold:crdkustomizeresource
- standard
2 changes: 2 additions & 0 deletions config/base/catalogd/crd/standard/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
resources:
- olm.operatorframework.io_clustercatalogs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
resources:
- olm.operatorframework.io_clusterextensions.yaml
11 changes: 3 additions & 8 deletions config/base/operator-controller/crd/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# This kustomization.yaml is not intended to be run by itself,
# since it depends on service name and namespace that are out of this kustomize package.
# It should be run by config/default
# This kustomization picks the standard CRD by default
# If the experimental CRD is desired, select that directory explicitly
resources:
- standard/olm.operatorframework.io_clusterextensions.yaml

# the following config is for teaching kustomize how to do kustomization for CRDs.
configurations:
- kustomizeconfig.yaml
- standard
19 changes: 0 additions & 19 deletions config/base/operator-controller/crd/kustomizeconfig.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
resources:
- olm.operatorframework.io_clusterextensions.yaml
Loading