Skip to content

Commit

Permalink
refactor: remove unused mysql relation (#75)
Browse files Browse the repository at this point in the history
The charm has a mysql relation that is not used as it is provided by the mariadb charm which is no longer supported.
The other alternative is to use the relational-db relation to relate to mysql-k8s charm, but due to #64, it is not possible.

In #71 it was decided that instead of an external DB provider, the mlmd charm will use the SQLite implementation it has been using for a while.
In PR#72 the charm code has been modified to exclusively use SQLite.

Fixes #73
  • Loading branch information
DnPlas authored Jun 21, 2024
1 parent 4ce32c3 commit 57d4953
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ resources:
provides:
grpc:
interface: k8s-service
requires:
mysql:
interface: mysql
storage:
mlmd-data:
type: filesystem
Expand Down

0 comments on commit 57d4953

Please sign in to comment.