weaveworks / pipeline-controller

This repository contains the Pipeline CRD and associated controller for Weave GitOps Enterprise.
1 stars 4 forks source link

feat: Add Helm chart #35

Closed yiannistri closed 2 years ago

yiannistri commented 2 years ago

Closes #24

Added two make targets:

~Running make helm-chart will generate a diff as I've removed the suffix -controller-manager from the service account and other places it's being used. I've also removed any labels using controller-manager.~ There's an intermediate step that updates the files and so a diff is not generated.

makkes commented 2 years ago

Running make helm-chart will generate a diff as I've removed the suffix -controller-manager from the service account and other places it's being used. I've also removed any labels using controller-manager.

We need to automate this step, otherwise we'll not be able to automatically create and push the Helm chart from a GH Action workflow.