mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Add kustomization with remote reference
This commit is contained in:
11
api/krusty/testdata/localize/remote/hpa.yaml
vendored
Normal file
11
api/krusty/testdata/localize/remote/hpa.yaml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: autoscaling/v2
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: hpa-deployment
|
||||
spec:
|
||||
scaleTargetRef:
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
name: localize-test-deployment-simple
|
||||
minReplicas: 1
|
||||
maxReplicas: 10
|
||||
Reference in New Issue
Block a user