github.com/opendevstack/tailor@v1.3.5-0.20220119161809-cab064e60a67/internal/test/fixtures/template-param-detection/invalid-template.yml (about) 1 - apiVersion: v1 2 kind: Route 3 metadata: 4 labels: 5 app: foo 6 name: foo 7 spec: 8 host: foo.domain.com 9 tls: 10 insecureEdgeTerminationPolicy: Redirect 11 termination: edge 12 to: 13 kind: Service 14 name: foo 15 weight: 100 16 wildcardPolicy: None