1# Copyright 2019 The Kubernetes Authors. 2# SPDX-License-Identifier: Apache-2.0 3apiVersion: v1 4kind: ConfigMap 5metadata: 6 name: app-config 7 labels: 8 app.kubernetes.io/component: undefined 9 app.kubernetes.io/instance: undefined 10data: {}
View as plain text