Skip to content
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.

jenkins-x/jx-role-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jx-role-controller

Go Report Card

Used to deploy a Jenkins X Role controller within a kubernetes cluster. The role controller is responsible for watching roles/rolebindings/environmentrolebindings and applying these across environments/namespaces.

Can be added within a Jenkins X dev environment by making the following changes:

  1. Add the chart into the environment requirements file.
- name: jx-role-controller
  repository: https://storage.googleapis.com/chartmuseum.jenkins-x.io
  version: 0.0.19
  1. Add the associating directory for any chart overrides within the env directory..
env
├── Chart.yaml
├── Makefile
├── ...
├── jx-role-controller
│   └── values.tmpl.yaml
├── ...
├── requirements.yaml
└── values.tmpl.yaml

Part of Jenkins X shared components.

For more information on configuring logging file, formats and levels see the Jenkins X logging component.