Skip to content

Commit

Permalink
feature: modify annotation name
Browse files Browse the repository at this point in the history
Signed-off-by: suwanliang_yewu <suwanliang_yewu@cmss.chinamobile.com>
  • Loading branch information
suwliang3 committed Aug 14, 2023
1 parent 2ab7a82 commit 5e0ac1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/addon/versioned_registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (
// kubernetesSystemRequirement is the kubernetes requirement annotation key
kubernetesSystemRequirement = `system.kubernetes`
// addonSystemRequirement is the annotation key to identity an addon from helm chart structure
addonSystemRequirement = `system.addon`
addonSystemRequirement = `addon.name`
)

// VersionedRegistry is the interface of support version registry
Expand Down

0 comments on commit 5e0ac1d

Please sign in to comment.