Files
kustomize/kyaml/fn/framework/example/testdata/basic/expected.yaml
2021-05-18 12:07:42 -07:00

22 lines
357 B
YAML

# Copyright 2021 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0
kind: ConfigMap
apiVersion: v1
metadata:
name: tester
annotations:
value: foo
data:
some: data
---
# Copyright 2021 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0
apiVersion: v1
kind: ServiceAccount
metadata:
name: foo
annotations:
value: foo