seal-io / walrus

Walrus is an open-source application management platform based on IaC tools including OpenTofu, Terraform and others. It helps platform engineers build golden paths for developers and empowers developers with self-service capabilities.
https://seal.io
Apache License 2.0
428 stars 42 forks source link

Database seeding through text failed #1919

Closed Finenyaco closed 7 months ago

Finenyaco commented 8 months ago

Describe the bug

Database seeding through text failed

Steps to reproduce

  1. New a resource using template kubernetes-mysql@v0.2.1 or kubernetes-postgresql@v0.2.1 and seeding with text.
  2. Check the tables after seeding. image

Result

  1. No init-sql pod. image

Expected behavior

Environment

Additional context

Seeding through url.

image
thxCode commented 7 months ago

https://github.com/walrus-catalog/terraform-kubernetes-postgresql/releases/tag/v0.2.2 https://github.com/walrus-catalog/terraform-kubernetes-mysql/releases/tag/v0.2.2

please try with above versions.

Finenyaco commented 7 months ago

Environment

Test Result: