// OutputDir is deprecated because of template-related code is removed from install action.
// Deprecated
// Deprecated
OutputDirstring
OutputDirstring
Atomicbool
Atomicbool
SkipCRDsbool
SkipCRDsbool
SubNotesbool
SubNotesbool
DisableOpenAPIValidationbool
DisableOpenAPIValidationbool
// IncludeCRDs is deprecated because of template-related code is removed from install action.
// Deprecated
// Deprecated
IncludeCRDsbool
IncludeCRDsbool
// KubeVersion allows specifying a custom kubernetes version to use and
// KubeVersion allows specifying a custom kubernetes version to use and
@ -98,9 +98,10 @@ type Install struct {
APIVersionschartutil.VersionSet
APIVersionschartutil.VersionSet
// Used by helm template to render charts with .Release.IsUpgrade. Ignored if Dry-Run is false
// Used by helm template to render charts with .Release.IsUpgrade. Ignored if Dry-Run is false
IsUpgradebool
IsUpgradebool
// Used by helm template to add the release as part of OutputDir path
// Used by helm template to add the release as part of OutputDir path, UseReleaseName is deprecated because of template-related code is removed from install action.
// OutputDir/<ReleaseName>
// OutputDir/<ReleaseName>
UseReleaseNamebool// Deprecated
//Deprecated
UseReleaseNamebool
PostRendererpostrender.PostRenderer
PostRendererpostrender.PostRenderer
// Lock to control raceconditions when the process receives a SIGTERM
// Lock to control raceconditions when the process receives a SIGTERM
Locksync.Mutex
Locksync.Mutex
@ -216,7 +217,7 @@ func (i *Install) RunWithContext(ctx context.Context, chrt *chart.Chart, vals ma
}
}
ifi.ClientOnly{
ifi.ClientOnly{
// Add mock objects in here so it doesn't use Kube API server
// Add mock objects in here, so it doesn't use Kube API server