openstack-helm/mariadb/templates/bin
Alan Meadows 796c0066cc Add development mode for mariadb chart.
This can be enabled with:

helm install --name mariadb --set development.enabled=true local/mariadb

This will ensure only a single replica is used and that PVCs (which
require a persistent volume solution) like ceph are not used.  Instead
this flag enables a single replica with hostDir storage using the
host path defined in values.yaml which defaults to the following:

/var/lib/openstack-helm/mariadb
2016-12-29 11:22:02 -08:00
..
_bootstrap-db.sh.tpl Refactor mariadb chart 2016-12-15 17:20:47 -08:00
_peer-finder.py.tpl Refactor mariadb chart 2016-12-15 17:20:47 -08:00
_readiness.py.tpl Refactor mariadb chart 2016-12-15 17:20:47 -08:00
_seed.sh.tpl Add development mode for mariadb chart. 2016-12-29 11:22:02 -08:00
_start.sh.tpl Add development mode for mariadb chart. 2016-12-29 11:22:02 -08:00