olxbr / metrics-server-exporter

Metrics Server Exporter
MIT License
67 stars 24 forks source link

feat(deploy) add kustomization.yaml #44

Closed rochacon closed 4 years ago

rochacon commented 4 years ago

With the kustomization file this can now be installed with remote builds, like:

kubectl apply -n kube-system -k github.com/grupozap/metrics-server-exporter/deploy?ref=v0.0.8

or

kustomize build github.com/grupozap/metrics-server-exporter/deploy?ref=v0.0.8

or extended via another kustomization.yaml:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kube-system
resources:
- github.com/grupozap/metrics-server-exporter/deploy?ref=v0.0.8