We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e758eb0 commit 304e2b2Copy full SHA for 304e2b2
1 file changed
charts/masakari/templates/job-db-sync.yaml
@@ -44,7 +44,7 @@ spec:
44
{{ tuple $envAll "db_migrate" list | include "helm-toolkit.snippets.kubernetes_entrypoint_init_container" | indent 8 }}
45
containers:
46
- name: masakari-db-sync
47
-{{ tuple $envAll "magnum_db_sync" | include "helm-toolkit.snippets.image" | indent 10 }}
+{{ tuple $envAll "masakari_db_sync" | include "helm-toolkit.snippets.image" | indent 10 }}
48
{{ tuple $envAll $envAll.Values.pod.resources.jobs.db_sync | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
49
{{ dict "envAll" $envAll "application" "masakari" "container" "masakari_db_migrate" | include "helm-toolkit.snippets.kubernetes_container_security_context" | indent 10 }}
50
command:
0 commit comments