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