mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-01 02:11:20 +00:00
Improve command package isolation.
This commit is contained in:
11
pkg/commands/build/testdata/testcase-base-only/in/kustomization.yaml
vendored
Normal file
11
pkg/commands/build/testdata/testcase-base-only/in/kustomization.yaml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
namePrefix: team-foo-
|
||||
commonLabels:
|
||||
app: mynginx
|
||||
org: example.com
|
||||
team: foo
|
||||
commonAnnotations:
|
||||
note: This is a test annotation
|
||||
resources:
|
||||
- resources/deployment.yaml
|
||||
- resources/networkpolicy.yaml
|
||||
- resources/service.yaml
|
||||
Reference in New Issue
Block a user