An open API service indexing awesome lists of open source software.

https://github.com/matoszz/deploy-argocd

Helm chart setting up and configuring ArgoCD to manage application deployment
https://github.com/matoszz/deploy-argocd

argocd continuous-deployment helm-charts

Last synced: 22 days ago
JSON representation

Helm chart setting up and configuring ArgoCD to manage application deployment

Awesome Lists containing this project

README

        

# mitb-argocd

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

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://argoproj.github.io/argo-helm | argo-cd | 7.3.2 |
| https://argoproj.github.io/argo-helm | argocd-image-updater | 0.9.6 |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| argo-cd.applicationSet.replicas | int | `2` | |
| argo-cd.configs.cm."application.instanceLabelKey" | string | `"argo.datumforge.app/instance"` | |
| argo-cd.configs.cm."dex.config" | string | `"connectors:\n - config:\n issuer: https://accounts.google.com\n clientID: fake\n clientSecret: fake\n type: oidc\n id: google\n name: Google\n"` | |
| argo-cd.configs.params."server.insecure" | bool | `true` | |
| argo-cd.configs.rbac."policy.csv" | string | `"g, [email protected], role:admin\ng, [email protected], role:admin\np, role:basic-readonly, clusters, get, *, allow\np, role:basic-readonly, repositories, get, *, allow\n"` | |
| argo-cd.configs.rbac."policy.default" | string | `"role:basic-readonly"` | |
| argo-cd.configs.rbac.scopes | string | `"[groups, email]"` | |
| argo-cd.controller.replicas | int | `1` | |
| argo-cd.global.domain | string | `"argo.datumforge.app"` | |
| argo-cd.notifications.argocdUrl | string | `"https://argo.datumforge.app"` | |
| argo-cd.notifications.notifiers."service.slack" | string | `"token: $argocd-slack-token\nicon: \"https://branding.cncf.io/img/projects/argo/icon/color/argo-icon-color.svg\""` | |
| argo-cd.notifications.secret.items.argocd-slack-token | string | `"fake"` | |
| argo-cd.redis-ha.enabled | bool | `true` | |
| argo-cd.repoServer.replicas | int | `2` | |
| argo-cd.server.extensions.enabled | bool | `true` | |
| argo-cd.server.ingress.enabled | bool | `false` | |
| argo-cd.server.replicas | int | `2` | |
| argo-cd.server.staticAssets.enabled | bool | `true` | |

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