Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Oct 5, 2023
1 parent 808146c commit 86aac08
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions helm/charts/cb-ci-local/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# cb-ci-local

![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Local helm chart for additional configuration beyond remote cloudbees-ci helm chart

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| agents.cache.enable | bool | `true` | Cache for builds artifacts |
| agents.cache.storageClassName | string | `"gp3"` | Storage Class Name for PVC. Empty string will take the default one |
| agents.imageCredentials | object | `{"email":"someone@host.com","password":"sillyness","registry":"https://index.docker.io/v1/","username":"someone"}` | Image Credentials for Kaniko. https://helm.sh/docs/howto/charts_tips_and_tricks/#creating-image-pull-secrets |
| agents.policies | bool | `false` | Enable Limit Range and Resource Quoatas |
| controllers.loadTest.controllers | int | `1` | Number of Load Controllers for Performance Testing. Min 1. |
| controllers.policies | bool | `false` | Enable Limit Range and Resource Quoatas |
| operationCenter.casc.controllerBundleStorageSCM | string | `"https://github.com/carlosrodlop/cb-casc-controllers.git"` | Location of CloudBees Bundle Storage for Controller |
| operationCenter.hostname | string | `"example.com"` | DNS zone (Eg: Route 53 in Hosted Zone in AWS) |
| operationCenter.ingress.class | string | `"alb"` | alb or nlb |
| operationCenter.protocol | string | `"https"` | http or https |
| operationCenter.subdomain | bool | `false` | Subdomain for Operation Center (true or false) |
| secrets.advisorMail | string | `"cbci.admin@example.org.com"` | Jenkins password |
| secrets.github | object | `{"token":"ghp_xxxxExampleToken","user":"gh_ExampleUser"}` | Github Secret pair |
| secrets.github.token | string | `"ghp_xxxxExampleToken"` | Github Secret for token |
| secrets.github.user | string | `"gh_ExampleUser"` | Github Secret for user |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

0 comments on commit 86aac08

Please sign in to comment.