Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/sections/Community/Handbook/repo-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,15 @@ export const repo_data = [
"The Kanvas Snapshot Helm Plugin allows users to generate a visual snapshot of their Helm charts directly from the command line.",
repository: "https://github.com/meshery/helm-kanvas-snapshot",
},
{
project: "Kubectl kanvas snapshot",
image: kanvasLogo,
language: "Golang",
maintainers_name: ["Vacant"],
link: [""],
description: "A Kubectl Kanvas Snapshot is a native kubectl plugin designed to conveniently create a visual snapshot of the combination of multiple Kubernetes manifest files.",
repository: "https://github.com/meshery/kubectl-kanvas-snapshot",
},
],
},

Expand Down
Loading