From c3246526f3a70e6683d23aa637a8a81cbe7910b7 Mon Sep 17 00:00:00 2001 From: "Q.hongtao" Date: Fri, 6 Sep 2019 17:01:18 +0800 Subject: [PATCH] Fix misspell word Change-Id: If71c4dcc49c5a7a7ac2303a9542de24d5ce50a48 --- helm-toolkit/templates/manifests/_job-db-drop-mysql.tpl | 2 +- helm-toolkit/templates/manifests/_job-db-init-mysql.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-toolkit/templates/manifests/_job-db-drop-mysql.tpl b/helm-toolkit/templates/manifests/_job-db-drop-mysql.tpl index 042dddd9ac..64dfc4300f 100644 --- a/helm-toolkit/templates/manifests/_job-db-drop-mysql.tpl +++ b/helm-toolkit/templates/manifests/_job-db-drop-mysql.tpl @@ -19,7 +19,7 @@ limitations under the License. # {- $dbToDropJob := dict "envAll" . "serviceName" "senlin" -} # { $dbToDropJob | include "helm-toolkit.manifests.job_db_drop_mysql" } # -# If the service does not use olso then the db can be managed with: +# If the service does not use oslo then the db can be managed with: # {- $dbToDrop := dict "inputType" "secret" "adminSecret" .Values.secrets.oslo_db.admin "userSecret" .Values.secrets.oslo_db.horizon -} # {- $dbToDropJob := dict "envAll" . "serviceName" "horizon" "dbToDrop" $dbToDrop -} # { $dbToDropJob | include "helm-toolkit.manifests.job_db_drop_mysql" } diff --git a/helm-toolkit/templates/manifests/_job-db-init-mysql.tpl b/helm-toolkit/templates/manifests/_job-db-init-mysql.tpl index a8354689d1..163e34e78e 100644 --- a/helm-toolkit/templates/manifests/_job-db-init-mysql.tpl +++ b/helm-toolkit/templates/manifests/_job-db-init-mysql.tpl @@ -19,7 +19,7 @@ limitations under the License. # {- $dbToInitJob := dict "envAll" . "serviceName" "senlin" -} # { $dbToInitJob | include "helm-toolkit.manifests.job_db_init_mysql" } # -# If the service does not use olso then the db can be managed with: +# If the service does not use oslo then the db can be managed with: # {- $dbToInit := dict "inputType" "secret" "adminSecret" .Values.secrets.oslo_db.admin "userSecret" .Values.secrets.oslo_db.horizon -} # {- $dbToInitJob := dict "envAll" . "serviceName" "horizon" "dbToInit" $dbToInit -} # { $dbToInitJob | include "helm-toolkit.manifests.job_db_init_mysql" }