argocd-config
A Helm chart for Configuring ArgoCD Application and AppProject
Values
| Key | Type | Default | Description |
|---|---|---|---|
| AppProject | object | {} |
Name of the ArgoCD AppProject |
| Application | object | {"helm":{"valueFiles":["values-one.yaml","values-two.yaml"]},"metadata":{"annotations":null},"name":"app-name","project":"project-name","repoURL":"https://github.com/username/reponame"} |
Application details |
| Application.helm | object | {"valueFiles":["values-one.yaml","values-two.yaml"]} |
Helm Related configuration |
| Application.helm.valueFiles | list | ["values-one.yaml","values-two.yaml"] |
Value files to apply |
| Application.metadata.annotations | string | nil |
Annotations for the Application. you can define the notification here |
| Application.project | string | "project-name" |
the project name |
| Application.repoURL | string | "https://github.com/username/reponame" |
url of the project repository |
| namespace | string | "" |
Namespace the chart will be deployed to |
Autogenerated from chart metadata using helm-docs v1.14.2