github.com/opendevstack/tailor@v1.3.5-0.20220119161809-cab064e60a67/internal/test/fixtures/template-param-detection/template-blank-parameters.yml (about)

     1  apiVersion: template.openshift.io/v1
     2  kind: Template
     3  objects:
     4  - apiVersion: v1
     5    kind: Route
     6    metadata:
     7      labels:
     8        app: foo
     9      name: foo
    10    spec:
    11      host: foo.domain.com
    12      tls:
    13        insecureEdgeTerminationPolicy: Redirect
    14        termination: edge
    15      to:
    16        kind: Service
    17        name: foo
    18        weight: 100
    19      wildcardPolicy: None
    20  parameters: