mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 03:05:28 +00:00
11 lines
243 B
YAML
11 lines
243 B
YAML
# Copyright 2019 The Kubernetes Authors.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: app-config
|
|
labels:
|
|
app.kubernetes.io/component: undefined
|
|
app.kubernetes.io/instance: undefined
|
|
data: {}
|