github.com/k8snetworkplumbingwg/sriov-network-operator@v1.2.1-0.20240408194816-2d2e5a45d453/pkg/render/testdata/manifests/template_with_empty_object.yaml (about)

     1  {{- if .Enable }}
     2  ---
     3  apiVersion: v1
     4  kind: Pod
     5  metadata:
     6    namespace: namespace1
     7    name: pod1
     8  spec:
     9    containers:
    10    - image: "busybox"
    11  ---
    12  apiVersion: v1
    13  kind: Pod
    14  metadata:
    15    namespace: namespace2
    16    name: pod2
    17  spec:
    18    containers:
    19    - image: "busybox"
    20  {{- end }}