github.com/opendevstack/tailor@v1.3.5-0.20220119161809-cab064e60a67/internal/test/fixtures/template-param-detection/without-tailor-namespace-param.yml (about) 1 apiVersion: 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-${NAMESPACE}.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: 21 - name: NAMESPACE 22 required: true