mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Merge pull request #13653 from petercover/main
chore: fix some comments
This commit is contained in:
commit
7a6dde51c4
3 changed files with 3 additions and 3 deletions
|
|
@ -104,7 +104,7 @@ type Upgrade struct {
|
|||
// Description is the description of this operation
|
||||
Description string
|
||||
Labels map[string]string
|
||||
// PostRender is an optional post-renderer
|
||||
// PostRenderer is an optional post-renderer
|
||||
//
|
||||
// If this is non-nil, then after templates are rendered, they will be sent to the
|
||||
// post renderer before sending to the Kubernetes API server.
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@ annotations:
|
|||
return ociAnnotations
|
||||
}
|
||||
|
||||
// getChartOCIAnnotations will generate OCI annotations from the provided chart
|
||||
// generateChartOCIAnnotations will generate OCI annotations from the provided chart
|
||||
func generateChartOCIAnnotations(meta *chart.Metadata, creationTime string) map[string]string {
|
||||
chartOCIAnnotations := map[string]string{}
|
||||
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ func tsFixtureMemory(t *testing.T) *Memory {
|
|||
return mem
|
||||
}
|
||||
|
||||
// newTestFixture initializes a MockConfigMapsInterface.
|
||||
// newTestFixtureCfgMaps initializes a MockConfigMapsInterface.
|
||||
// ConfigMaps are created for each release provided.
|
||||
func newTestFixtureCfgMaps(t *testing.T, releases ...*rspb.Release) *ConfigMaps {
|
||||
var mock MockConfigMapsInterface
|
||||
|
|
|
|||
Loading…
Reference in a new issue