...

Text file src/sigs.k8s.io/kustomize/kyaml/fn/framework/testdata/template-processor/templates/basic/deploy.template.yaml

Documentation: sigs.k8s.io/kustomize/kyaml/fn/framework/testdata/template-processor/templates/basic

     1# Copyright 2019 The Kubernetes Authors.
     2# SPDX-License-Identifier: Apache-2.0
     3
     4apiVersion: apps/v1
     5kind: Deployment
     6metadata:
     7  name: foo
     8  namespace: bar
     9spec:
    10  template:
    11    spec:
    12      containers:
    13      - name: foo
    14        image: {{ .Image }}

View as plain text