github.com/operator-framework/operator-lifecycle-manager@v0.30.0/deploy/upstream/manifests/0.4.0/11-tectoniccomponents.catalogsource.yaml (about) 1 ##--- 2 # Source: olm/templates/11-tectoniccomponents.catalogsource.yaml 3 4 #! validate-crd: ./deploy/chart/templates/05-catalogsource.crd.yaml 5 #! parse-kind: CatalogSource 6 apiVersion: app.coreos.com/v1alpha1 7 kind: CatalogSource-v1 8 metadata: 9 name: tectonic-components 10 namespace: kube-system 11 annotations: 12 tectonic-operators.coreos.com/upgrade-strategy: 'DeleteAndRecreate' 13 spec: 14 name: tectonic-components 15 sourceType: internal 16 configMap: tectonic-components 17 displayName: Tectonic Cluster Components 18 publisher: CoreOS, Inc. 19