...

Text file src/sigs.k8s.io/kustomize/kyaml/fn/framework/example/testdata/basic/expected.yaml

Documentation: sigs.k8s.io/kustomize/kyaml/fn/framework/example/testdata/basic

     1# Copyright 2021 The Kubernetes Authors.
     2# SPDX-License-Identifier: Apache-2.0
     3
     4kind: ConfigMap
     5apiVersion: v1
     6metadata:
     7  name: tester
     8  annotations:
     9    value: foo
    10data:
    11  some: data
    12---
    13# Copyright 2021 The Kubernetes Authors.
    14# SPDX-License-Identifier: Apache-2.0
    15
    16apiVersion: v1
    17kind: ServiceAccount
    18metadata:
    19  name: foo
    20  annotations:
    21    value: foo

View as plain text