Contributing (#116)
This commit is contained in:
parent
c78f70e82d
commit
574e5cfa18
8 changed files with 79 additions and 38 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# argo-cd
|
||||
# Argo CD Chart
|
||||
|
||||
This chart installs [argo-cd](https://argoproj.github.io/argo-cd/), a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
This is a **community maintained** chart. This chart installs [argo-cd](https://argoproj.github.io/argo-cd/), a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
|
||||
The default installation is intended to be similar to the provided ArgoCD [releases](https://github.com/argoproj/argo-cd/releases).
|
||||
|
||||
|
|
|
|||
3
charts/argo-ci/README.md
Normal file
3
charts/argo-ci/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Argo CI Chart
|
||||
|
||||
This is a **community maintained** chart.
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
# Argo-Events Helm Chart
|
||||
This helm chart installs the [argo-events](https://github.com/argoproj/argo-events) application. This application comes packaged with:
|
||||
# Argo-Events Chart
|
||||
|
||||
This is a **community maintained** chart. It installs the [argo-events](https://github.com/argoproj/argo-events) application. This application comes packaged with:
|
||||
- Sensor Custom Resource Definition
|
||||
- Gateway Custom Resource Definition
|
||||
- Sensor Controller Deployment
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
## Argo Chart
|
||||
This chart is used to set up argo and it's needed dependencies through one command. This is used in conjunction with [helm](https://github.com/kubernetes/helm).
|
||||
## Argo Workflows Chart
|
||||
|
||||
This is a **community maintained** chart. It is used to set up argo and it's needed dependencies through one command. This is used in conjunction with [helm](https://github.com/kubernetes/helm).
|
||||
|
||||
If you want your deployment of this helm chart to most closely match the [argo CLI](https://github.com/argoproj/argo), you should deploy it in the `kube-system` namespace.
|
||||
|
||||
|
|
@ -24,4 +25,3 @@ Fields to note:
|
|||
* `controller.workflowNamespaces`: This is a list of namespaces where workflows will be ran
|
||||
* `minio.install`: If this is true, we'll install [minio](https://github.com/kubernetes/charts/tree/master/stable/minio) and build out the artifactRepository section in workflow controller config map.
|
||||
* `artifactRepository.s3.accessKeySecret` and `artifactRepository.s3.secretKeySecret` These by default link to minio default credentials stored in the secret deployed by the minio chart.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue