mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 02:55:22 +00:00
12 lines
188 B
YAML
12 lines
188 B
YAML
# Copyright 2021 The Kubernetes Authors.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: env
|
|
labels:
|
|
app: {{ .Name }}
|
|
data:
|
|
env: production
|