mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 00:52:55 +00:00
Replace pkger with embed.FS compatibility
This commit is contained in:
11
kyaml/fn/framework/parser/testdata/cm1.template.yaml
vendored
Normal file
11
kyaml/fn/framework/parser/testdata/cm1.template.yaml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Copyright 2021 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: appconfig
|
||||
labels:
|
||||
app: {{ .Name }}
|
||||
data:
|
||||
app: {{ .Name }}
|
||||
Reference in New Issue
Block a user