config/kubernetes
Lachlan Plant 3a15f73bfb Create HELM chart for nova-api-proxy
New helm chart created for nova-api-proxy
New module added to helm overrides to configure nova-api-proxy.conf
Turned of yamllint for helm charts, openstack helm charts are yaml
files but not proper yaml syntax

Story: 2004007
Task: 26953

Change-Id: Ic45d6cb801e142ddd7fc7da1638ba0e65cbacc22
Signed-off-by: Lachlan Plant <lachlan.plant@windriver.com>
2018-10-30 13:33:52 -05:00
..
applications/stx-openstack Add Armada manifest for the stx-openstack application 2018-10-18 14:29:12 -06:00
helm-charts Create HELM chart for nova-api-proxy 2018-10-30 13:33:52 -05:00
README Add Armada manifest for the stx-openstack application 2018-10-18 14:29:12 -06:00

README

The expected layout for this subdirectory is as follows:

kubernetes
|-- applications
|   `-- stx-openstack
|       `-- manifest.yaml
|-- helm-charts
|   `-- placeholder
|       `-- placeholder.txt
`-- README

The idea is that all our custom helm charts would go under "helm-charts".  Each
chart would get a subdirectory.

Custom applications would generally consist of an armada manifest referencing
multiple helm charts (both ours and upstream ones).  These applications would
each get their own subdirectory under "applications".