-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: rewrite mlmd charm to sidecar pattern (#72)
* refactor: rewrite mlmd charm to sidecar pattern This commit introduces changes that support the refactoring of the charm from podspec to sidecar pattern. Fixes #71
- Loading branch information
Showing
21 changed files
with
1,309 additions
and
442 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ | |
options: | ||
port: | ||
type: string | ||
default: '8080' | ||
default: "8080" | ||
description: GRPC port |
Oops, something went wrong.