From 50b480935a15bcba4cac6d2c4a77574041f20ff0 Mon Sep 17 00:00:00 2001 From: tp6510 <tp6510@att.com> Date: Wed, 27 Jun 2018 03:00:37 -0500 Subject: [PATCH] This PS updates the comments for bootstrap job Story: 2002690 Task: 22516 Change-Id: I4487636546ae49502cad357f540cec43d834659b --- helm-toolkit/templates/manifests/_job-bootstrap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-toolkit/templates/manifests/_job-bootstrap.yaml b/helm-toolkit/templates/manifests/_job-bootstrap.yaml index 07df800db..a3276d528 100644 --- a/helm-toolkit/templates/manifests/_job-bootstrap.yaml +++ b/helm-toolkit/templates/manifests/_job-bootstrap.yaml @@ -16,8 +16,8 @@ limitations under the License. # This function creates a manifest for db creation and user management. # It can be used in charts dict created similar to the following: -# {- $dbSyncJob := dict "envAll" . "serviceName" "senlin" -} -# { $dbSyncJob | include "helm-toolkit.manifests.job_db_sync" } +# {- $bootstrapJob := dict "envAll" . "serviceName" "senlin" -} +# { $bootstrapJob | include "helm-toolkit.manifests.job_bootstrap" } {{- define "helm-toolkit.manifests.job_bootstrap" -}} {{- $envAll := index . "envAll" -}}