diff --git a/scripts/taito-template/init.sh b/scripts/taito-template/init.sh index 62783f4..c87d4d0 100755 --- a/scripts/taito-template/init.sh +++ b/scripts/taito-template/init.sh @@ -26,6 +26,7 @@ # Remove .gitignore to allow committing data to git rm wordpress/data/.gitignore +mv wordpress/data/.gitkeep wordpress/data/.gitignore # Remove MIT license # TODO leave a reference to the original? @@ -75,7 +76,7 @@ printf \ echo "Give a short version of the project name '${taito_project}'." echo "It should be unique but also descriptive as it will be used" -echo "as a database name and as a database user name." +echo "as a database name and as a database username." echo export taito_project_short="" while [[ "${#taito_project_short}" -lt 5 ]] || \ diff --git a/taito-config.sh b/taito-config.sh index 23c80cc..cbc50f1 100644 --- a/taito-config.sh +++ b/taito-config.sh @@ -58,7 +58,6 @@ export gcloud_cdn_enabled=false export kubectl_name="kube1" # TODO rename to common-kubernetes # Helm plugin -# export helm_charts="stable/wordpress stable/gcloud-sqlproxy" # export helm_deploy_options="--recreate-pods" # Force restart # Template plugin