Fix typos
Signed-off-by: Alexander Berger <alex-berger@gmx.ch>
This commit is contained in:
parent
fe766fb5c9
commit
4b6085518a
|
@ -1176,7 +1176,7 @@ the `HelmRelease.spec.install` and `HelmRelease.spec.upgrade` objects.
|
|||
The following UpgradeCRDs policies are supported:
|
||||
|
||||
- `Skip` Skip CRDs do neither install nor replace (update) any CRDs.
|
||||
- `Create` Only create new CRDs which doe not yet exist, neither update nor delete any existing CRDs.
|
||||
- `Create` Only create new CRDs which do not yet exist, neither update nor delete any existing CRDs.
|
||||
- `CreateReplace` Create new CRDs, update (replace) existing ones, but do **not** delete CRDs which
|
||||
no longer exist in the current helm release.
|
||||
|
||||
|
|
|
@ -210,7 +210,7 @@ func (*rootScoped) Name() meta.RESTScopeName {
|
|||
return meta.RESTScopeNameRoot
|
||||
}
|
||||
|
||||
// This has been adapte from https://github.com/helm/helm/blob/v3.5.4/pkg/action/install.go#L127
|
||||
// This has been adapted from https://github.com/helm/helm/blob/v3.5.4/pkg/action/install.go#L127
|
||||
func (r *Runner) applyCRDs(policy v2.CRDsPolicy, hr v2.HelmRelease, chart *chart.Chart) error {
|
||||
cfg := r.config
|
||||
cfg.Log("apply CRDs with policy %s", policy)
|
||||
|
|
Loading…
Reference in New Issue