1# Copyright 2021 The Kubernetes Authors. 2# SPDX-License-Identifier: Apache-2.0 3 4apiVersion: v1 5kind: ConfigMap 6metadata: 7 name: env 8 labels: 9 app: {{ .Name }} 10data: 11 env: production
View as plain text