github.com/operator-framework/operator-lifecycle-manager@v0.30.0/deploy/upstream/manifests/0.5.0/10-tectonicocs.catalogsource.yaml (about)

     1  ##---
     2  # Source: olm/templates/10-tectonicocs.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-ocs
    10    namespace: kube-system
    11    annotations:
    12      tectonic-operators.coreos.com/upgrade-strategy: 'DeleteAndRecreate'
    13  spec:
    14    name: tectonic-ocs
    15    sourceType: internal
    16    configMap: tectonic-ocs
    17    displayName: Tectonic Open Cloud Services
    18    publisher: CoreOS, Inc.
    19