Merge pull request #4694 from annasong20/add-loc-tdata-remote

Add `localize` test data with remote reference
This commit is contained in:
Kubernetes Prow Robot
2022-06-30 14:22:44 -07:00
committed by GitHub
2 changed files with 20 additions and 0 deletions

View 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

View 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