diff --git a/helm-toolkit/templates/manifests/_job-db-drop-mysql.tpl b/helm-toolkit/templates/manifests/_job-db-drop-mysql.tpl index 042dddd9a..64dfc4300 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 a8354689d..163e34e78 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" }