diff --git a/service/actions/db-sync.yaml b/service/actions/db-sync.yaml new file mode 100644 index 0000000..74e121d --- /dev/null +++ b/service/actions/db-sync.yaml @@ -0,0 +1,9 @@ +actions: + - name: murano-db-sync + image: murano-base + dependencies: + - murano-db-create + command: murano-db-manage --config-file /etc/murano/murano.conf upgrade + files: + - path: /etc/murano/murano.conf + content: murano.conf.j2