Fix misspell word
Change-Id: If71c4dcc49c5a7a7ac2303a9542de24d5ce50a48
This commit is contained in:
parent
010fc1fc65
commit
c3246526f3
@ -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" }
|
||||
|
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user