mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-16 17:33:14 +00:00
Isolated content of pkg/kustomize
This commit is contained in:
11
pkg/commands/testdata/testcase-base-only/in/service.yaml
vendored
Normal file
11
pkg/commands/testdata/testcase-base-only/in/service.yaml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: nginx
|
||||
labels:
|
||||
app: nginx
|
||||
spec:
|
||||
ports:
|
||||
- port: 80
|
||||
selector:
|
||||
app: nginx
|
||||
Reference in New Issue
Block a user