openstack-helm/keystone/templates/bin/_start.sh.tpl
Alan Meadows 385a8a099e Keystone chart bugfixes
* start.sh was added back, which had requiring sourcing

* the naming convention for charts is finalized with this example
landing on configmap-*.yaml to satisfy those of us with OCD

* imagePullPolicies added for init-containers, required by
helm 2.1.0 which does not supply them by default
2016-12-16 15:26:57 -08:00

9 lines
160 B
Smarty

#!/bin/bash
set -ex
# Loading Apache2 ENV variables
source /etc/apache2/envvars
# start apache with any container arguments
apache2 -DFOREGROUND $*