jenkins-x-charts / environment-controller

kubernetes controller for environments, handles deployments via gitops webhook events
Apache License 2.0
2 stars 13 forks source link

Environment Controller

A small helm chart that is installed in a remote Staging or Production environment cluster which takes webhooks from the GitOps git repository for Staging or Production and applies them to the local namespace/cluster.

This is a component to implement multi-cluster support in Jenkins X and the chart is designed to be relatively small with minimal RBAC role requirements so it can be consumed in a typically locked down Production cluster.

You can install this chart directly with helm by specifying the required values or you can use the jx create addon envctl helper CLI