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
- Host: GitHub
- URL: https://github.com/matoszz/deploy-argocd
- Owner: matoszz
- License: apache-2.0
- Created: 2024-03-16T20:56:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-28T22:24:59.000Z (10 months ago)
- Last Synced: 2025-04-04T04:04:30.100Z (27 days ago)
- Topics: argocd, continuous-deployment, helm-charts
- Homepage:
- Size: 1.03 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# mitb-argocd
 
## 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)