Skip to content

Commit 304e2b2

Browse files
fix typo
1 parent e758eb0 commit 304e2b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/masakari/templates/job-db-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
{{ tuple $envAll "db_migrate" list | include "helm-toolkit.snippets.kubernetes_entrypoint_init_container" | indent 8 }}
4545
containers:
4646
- name: masakari-db-sync
47-
{{ tuple $envAll "magnum_db_sync" | include "helm-toolkit.snippets.image" | indent 10 }}
47+
{{ tuple $envAll "masakari_db_sync" | include "helm-toolkit.snippets.image" | indent 10 }}
4848
{{ tuple $envAll $envAll.Values.pod.resources.jobs.db_sync | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
4949
{{ dict "envAll" $envAll "application" "masakari" "container" "masakari_db_migrate" | include "helm-toolkit.snippets.kubernetes_container_security_context" | indent 10 }}
5050
command:

0 commit comments

Comments
 (0)