Skip to content

Commit

Permalink
revert link
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanxin committed Oct 11, 2024
1 parent 68d5c0a commit 85465ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1beta1/moduletemplate_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ type ModuleTemplateSpec struct {
// The Descriptor is the Open Component Model Descriptor of a Module, containing all relevant information
// to correctly initialize a module (e.g. Charts, Manifests, References to Binaries and/or configuration)
// Name more information on Component Descriptors, see
// https://ocm.software/ocm
// https://github.com/open-component-model/ocm
//
// It is translated inside the Lifecycle of the Cluster and will be used by downstream controllers
// to bootstrap and manage the module. This part is also propagated for every change of the template.
Expand Down
2 changes: 1 addition & 1 deletion api/v1beta2/moduletemplate_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ type ModuleTemplateSpec struct {
// The Descriptor is the Open Component Model Descriptor of a Module, containing all relevant information
// to correctly initialize a module (e.g. Manifests, References to Binaries and/or configuration)
// Name more information on Component Descriptors, see
// https://ocm.software/ocm
// https://github.com/open-component-model/ocm
//
// It is translated inside the Lifecycle of the Cluster and will be used by downstream controllers
// to bootstrap and manage the module. This part is also propagated for every change of the template.
Expand Down

0 comments on commit 85465ae

Please sign in to comment.