Files
kustomize/kyaml/fn/framework/testdata/example/templatefiles/deployment.template.yaml
2021-05-18 12:07:42 -07:00

11 lines
204 B
YAML

# Copyright 2021 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0
apiVersion: apps/v1
kind: Deployment
metadata:
name: foo
namespace: default
annotations:
{{ .Key }}: {{ .Value }}