mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-22 14:57:01 +00:00
9 lines
166 B
YAML
9 lines
166 B
YAML
# Copyright 2019 The Kubernetes Authors.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
apiVersion: example.com/v1alpha1
|
|
kind: patcher
|
|
selector:
|
|
names: ["test-2"]
|
|
a: a
|
|
b: b |