This PS updates the comments for bootstrap job

Story: 2002690
Task: 22516

Change-Id: I4487636546ae49502cad357f540cec43d834659b
This commit is contained in:
tp6510 2018-06-27 03:00:37 -05:00
parent 80c1ff4071
commit 50b480935a

View File

@ -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" -}}