Skip to content

Commit

Permalink
minor Sylius#16290 Update bunnyshell.yaml, use network type volumes f…
Browse files Browse the repository at this point in the history
…or mysql-data (mihaichitic)

This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.14
| Bug fix?        | no
| New feature?    | yes
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | -
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.12 or 1.13 branches
 - Features and deprecations must be submitted against the 1.14 branch
 - Features, removing deprecations and BC breaks must be submitted against the 2.0 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------

8278266 Update bunnyshell.yaml, use network type volumes for mysql-data
  • Loading branch information
GSadee authored May 22, 2024
2 parents 56c8725 + 8278266 commit f85360c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bunnyshell/templates/preview/bunnyshell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ volumes:
-
name: mysql-data
size: 1Gi
type: disk
type: network
-
name: public-media
size: 1Gi
Expand Down

0 comments on commit f85360c

Please sign in to comment.