Skip to content

Metronome-Industries/metronome-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hosted helm repository for Metronome.

Currently, this only hosts a forked version of the aws-load-balancer-controller.

This was just copied from the official helm chart by running:

helm pull eks/aws-load-balancer-controller --untar --version 1.4.8

In order to run multiple instances of the controller in a cluster, we need to be able to add namespace and object selectors to the validating and mutating webhooks, which is not supported by the official helm chart, so we've forked it here and added that configuration to the template.

usage

  1. add the helm repo
helm repo add metronome https://metronome-industries.github.io/metronome-charts/
  1. template example command:
helm template metronome/aws-load-balancer-controller --set clusterName=blah --version 1.4.8-metro.0