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 5d1f985 commit 0fba5b4Copy full SHA for 0fba5b4
code-generator/src/catalog.rs
@@ -2933,11 +2933,7 @@ pub const CRD_V1_SOURCES: &'static [UpstreamSource] = &[
2933
UpstreamSource {
2934
project_name: "otterize/helm-charts",
2935
license: APACHE_V2,
2936
- urls: &[
2937
- "https://github.com/otterize/helm-charts/blob/main/intents-operator/crds/clientintents-customresourcedefinition.yaml",
2938
- "https://github.com/otterize/helm-charts/blob/main/intents-operator/crds/kafkaserverconfigs-customresourcedefinition.yaml",
2939
- "https://github.com/otterize/helm-charts/blob/main/intents-operator/crds/protectedservices-customresourcedefinition.yaml",
2940
- ],
+ urls: &[], // intents-operator has no CRDs anymore
2941
ignores: &[],
2942
},
2943
0 commit comments