mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Support standalone mode for framework functions
This commit is contained in:
7
kyaml/fn/framework/testdata/templatefiles/deployment.template
vendored
Normal file
7
kyaml/fn/framework/testdata/templatefiles/deployment.template
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: foo
|
||||
namespace: default
|
||||
annotations:
|
||||
{{ .Key }}: {{ .Value }}
|
||||
Reference in New Issue
Block a user