From 1fecefaffe8482d8fd0bc5f32e8a8e80a4cce0cc Mon Sep 17 00:00:00 2001 From: Arnob kumar saha Date: Tue, 16 Jan 2024 19:29:25 +0600 Subject: [PATCH] Add mssql & mssql-coordinator uri Signed-off-by: Arnob kumar saha --- .idea/govanityurls.iml | 4 --- .idea/modules.xml | 8 ----- .idea/vcs.xml | 6 ---- .idea/workspace.xml | 67 ------------------------------------------ data/vanity.yaml | 4 +++ 5 files changed, 4 insertions(+), 85 deletions(-) delete mode 100644 .idea/govanityurls.iml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml diff --git a/.idea/govanityurls.iml b/.idea/govanityurls.iml deleted file mode 100644 index 7ee078d..0000000 --- a/.idea/govanityurls.iml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 0ed3255..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index eed9799..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - { - "associatedIndex": 7 -} - - - - { - "keyToString": { - "RunOnceActivity.OpenProjectViewOnStart": "true", - "RunOnceActivity.ShowReadmeOnStart": "true", - "RunOnceActivity.go.formatter.settings.were.checked": "true", - "RunOnceActivity.go.migrated.go.modules.settings": "true", - "RunOnceActivity.go.modules.go.list.on.any.changes.was.set": "true", - "WebServerToolWindowFactoryState": "false", - "git-widget-placeholder": "master", - "go.import.settings.migrated": "true", - "go.sdk.automatically.set": "true", - "last_opened_file_path": "/home/arnob/go/src/kubedb.dev/govanityurls", - "node.js.detected.package.eslint": "true", - "node.js.selected.package.eslint": "(autodetect)", - "nodejs_package_manager_path": "npm" - } -} - - - - - - - - - - - false - true - - \ No newline at end of file diff --git a/data/vanity.yaml b/data/vanity.yaml index e5a757f..ae99be5 100644 --- a/data/vanity.yaml +++ b/data/vanity.yaml @@ -43,6 +43,10 @@ paths: repo: https://github.com/kubedb/mongodb-csi-snapshotter-plugin /mongodb-restic-plugin: repo: https://github.com/kubedb/mongodb-restic-plugin + /mssql: + repo: https://github.com/kubedb/mssql + /mssql-coordinator: + repo: https://github.com/kubedb/mssql-coordinator /mysql: repo: https://github.com/kubedb/mysql /mysql-archiver: