github.com/redhat-appstudio/release-service@v0.0.0-20240507045911-a8558ef3422a/config/crd/kustomization.yaml (about) 1 # This kustomization.yaml is not intended to be run by itself, 2 # since it depends on service name and namespace that are out of this kustomize package. 3 # It should be run by config/default 4 resources: 5 - bases/appstudio.redhat.com_releases.yaml 6 - bases/appstudio.redhat.com_releaseplanadmissions.yaml 7 - bases/appstudio.redhat.com_releaseplans.yaml 8 - bases/appstudio.redhat.com_releaseserviceconfigs.yaml 9 #+kubebuilder:scaffold:crdkustomizeresource 10 11 # the following config is for teaching kustomize how to do kustomization for CRDs. 12 configurations: 13 - kustomizeconfig.yaml