Skip to content

Azure Pipeline Environment - v1.0.0

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 20 Oct 04:53
· 6 commits to main since this release
d157d61

Chart: v1.0.0

Azure Pipeline Environment manages all required Kubernetes resources to provision an Kubernetes environment in Azure Pipelines.

This uses the "Using existing service account" and should solely be used if the automatic provisioning flow does not work.

TL;DR

helm repo add coditeu https://coditeu.github.io/charts
helm install azure-pipeline-environment --version 1.0.0 coditeu/azure-pipeline-environment

What is new?

Features

  • Provide capability to skip creating cluster-wide resources (#15)

Fixes / Changes

None

Breaking Changes

  • Change default cluster role name to azure-devops-cluster-admin to comply with Helm naming convention (#16)

Removal

None