argocd-helm/charts/argo/templates
Lukasz Lempart be46446e0c Parameterize artifact repository settings (#4)
* Parameterize artifact configuration

**What**
- Add parameterization of artifact store configuration

**Why**
Enables configuration of artifact repo secrets or omitting for use with IAM credentials

* Add workflow CRD definition to argo chart

**Why**
The workflow CRD must exist in order for argo to function

* artifactRepository values follow tree structure

* Deploy CRD as a pre-install hook

**What**
Using `lachlanevenson/k8s-kubectl`, which appears to be the most popular, off the shelf container with `kubectl` applied, run a job to apply the `workflow` crd.

**Why**
CRD is not, and cannot, be parameterized with release and so attempting to deploy as a regular template causes failures when installing subsequent releases.
2018-03-23 21:10:05 -07:00
..
_helpers.tpl Create agro helm chart 2018-01-02 16:45:35 -08:00
_workflow-crd.json Parameterize artifact repository settings (#4) 2018-03-23 21:10:05 -07:00
apply-workflow-crd-job.yaml Parameterize artifact repository settings (#4) 2018-03-23 21:10:05 -07:00
NOTES.txt Create agro helm chart 2018-01-02 16:45:35 -08:00
ui-deployment.yaml Create agro helm chart 2018-01-02 16:45:35 -08:00
ui-service.yaml Parameterize artifact repository settings (#4) 2018-03-23 21:10:05 -07:00
workflow-controller-config-map.yaml Parameterize artifact repository settings (#4) 2018-03-23 21:10:05 -07:00
workflow-controller-deployment.yaml Create agro helm chart 2018-01-02 16:45:35 -08:00