Skip to content

Commit

Permalink
Merge pull request #120 from theBeginner86/theBeginner86/PVs
Browse files Browse the repository at this point in the history
[chore] Support for PersistentVolumes and PersistentVolumeClaims
  • Loading branch information
leecalcote authored Apr 14, 2022
2 parents 4a22546 + 695d1d7 commit 996684a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions internal/config/default_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ var (
Name: "secrets.v1.",
PublishTo: "meshery.meshsync.core",
},
{
Name: "persistentvolumes.v1.",
PublishTo: "meshery.meshsync.core",
},
{
Name: "persistentvolumeclaims.v1.",
PublishTo: "meshery.meshsync.core",
},
},
LocalResourceKey: []PipelineConfig{
// Core Resources
Expand Down

0 comments on commit 996684a

Please sign in to comment.