Skip to content

Helm v1.1.0 for Promitor Scraper v1.0.0

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 07 Oct 18:42
37c1e78

Installing our Helm repo

❯ helm repo add promitor https://promitor.azurecr.io/helm/v1/repo

Getting started

Deploying Promitor Scraper v1.0.0 with Helm is super easy:

❯ helm install --name promitor-agent-scraper promitor/promitor-agent-scraper \
               --set azureAuthentication.appId='<azure-ad-app-id>' \
               --set azureAuthentication.appKey='<azure-ad-app-key>' \
               --values /path/to/helm-configuration.yaml

Helm chart image is available on Helm Hub.