mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-01 18:30:15 +00:00
Add kustomization with remote reference
This commit is contained in:
9
api/krusty/testdata/localize/remote/kustomization.yaml
vendored
Normal file
9
api/krusty/testdata/localize/remote/kustomization.yaml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- https://github.com/kubernetes-sigs/kustomize//api/krusty/testdata/localize/simple?ref=kustomize/v4.5.5
|
||||
- hpa.yaml
|
||||
|
||||
commonLabels:
|
||||
purpose: remoteReference
|
||||
Reference in New Issue
Block a user