mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-30 09:51:23 +00:00
Add test directory for command localize
Create simple kustomization directory that `kustomize localize` can download as remote reference in test.
This commit is contained in:
8
api/krusty/testdata/localize/simple/kustomization.yaml
vendored
Normal file
8
api/krusty/testdata/localize/simple/kustomization.yaml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ./deployment.yaml
|
||||
- ./service.yaml
|
||||
|
||||
namePrefix: localize-
|
||||
Reference in New Issue
Block a user