mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
fn framework -- add support for patch templates
This commit is contained in:
16
kyaml/fn/framework/patchtestdata/nameselector/input.yaml
Normal file
16
kyaml/fn/framework/patchtestdata/nameselector/input.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright 2019 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: test-1
|
||||
annotations:
|
||||
baz: foo
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: test-2
|
||||
annotations:
|
||||
foo: bar
|
||||
Reference in New Issue
Block a user