mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-29 17:41:13 +00:00
Replace pkger with embed.FS compatibility
This commit is contained in:
10
kyaml/fn/framework/testdata/example/templatefiles/deployment.template.yaml
vendored
Normal file
10
kyaml/fn/framework/testdata/example/templatefiles/deployment.template.yaml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# Copyright 2021 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: foo
|
||||
namespace: default
|
||||
annotations:
|
||||
{{ .Key }}: {{ .Value }}
|
||||
Reference in New Issue
Block a user