From 9a3d6a53e28cc36efe781022aa91bc856791a0a9 Mon Sep 17 00:00:00 2001 From: Simone Date: Sun, 15 Nov 2020 12:41:03 +0100 Subject: [PATCH] Add kustomization.yaml --- kustomization.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 kustomization.yml diff --git a/kustomization.yml b/kustomization.yml new file mode 100644 index 00000000..32997362 --- /dev/null +++ b/kustomization.yml @@ -0,0 +1,14 @@ +kind: Kustomization +apiVersion: kustomize.config.k8s.io/v1beta1 +resources: + - deploy/manifests/custom-metrics-apiserver-auth-delegator-cluster-role-binding.yaml + - deploy/manifests/custom-metrics-apiserver-auth-reader-role-binding.yaml + - deploy/manifests/custom-metrics-apiserver-deployment.yaml + - deploy/manifests/custom-metrics-apiserver-resource-reader-cluster-role-binding.yaml + - deploy/manifests/custom-metrics-apiserver-service-account.yaml + - deploy/manifests/custom-metrics-apiserver-service.yaml + - deploy/manifests/custom-metrics-apiservice.yaml + - deploy/manifests/custom-metrics-cluster-role.yaml + - deploy/manifests/custom-metrics-config-map.yaml + - deploy/manifests/custom-metrics-resource-reader-cluster-role.yaml + - deploy/manifests/hpa-custom-metrics-cluster-role-binding.yaml