Skip to content

Commit

Permalink
Update API docs and descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: Kumar Mallikarjuna <kumarmallikarjuna.work@gmail.com>
  • Loading branch information
kumar-mallikarjuna committed Jan 10, 2025
1 parent 2ffd183 commit 53578dd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions api/v2/helmrelease_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,8 @@ type Install struct {
// +optional
Remediation *InstallRemediation `json:"remediation,omitempty"`

// DisableTakeOwnership disables ignoring the check for helm labels and annotations before taking
// ownership of the existing resources during the Helm install action. Defaults to false.
// DisableTakeOwnership disables taking ownership of existing resources
// during the Helm install action. Defaults to false.
// +optional
DisableTakeOwnership bool `json:"disableTakeOwnership,omitempty"`

Expand Down Expand Up @@ -618,8 +618,8 @@ type Upgrade struct {
// +optional
Remediation *UpgradeRemediation `json:"remediation,omitempty"`

// DisableTakeOwnership disables ignoring the check for helm labels and annotations before taking
// ownership of the existing resources during the Helm upgrade action. Defaults to false.
// DisableTakeOwnership disables taking ownership of existing resources
// during the Helm upgrade action. Defaults to false.
// +optional
DisableTakeOwnership bool `json:"disableTakeOwnership,omitempty"`

Expand Down
8 changes: 4 additions & 4 deletions config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,8 @@ spec:
type: boolean
disableTakeOwnership:
description: |-
DisableTakeOwnership disables ignoring the check for helm labels and annotations before taking
ownership of the existing resources during the Helm install action. Defaults to false.
DisableTakeOwnership disables taking ownership of existing resources
during the Helm install action. Defaults to false.
type: boolean
disableWait:
description: |-
Expand Down Expand Up @@ -791,8 +791,8 @@ spec:
type: boolean
disableTakeOwnership:
description: |-
DisableTakeOwnership disables ignoring the check for helm labels and annotations before taking
ownership of the existing resources during the Helm upgrade action. Defaults to false.
DisableTakeOwnership disables taking ownership of existing resources
during the Helm upgrade action. Defaults to false.
type: boolean
disableWait:
description: |-
Expand Down
8 changes: 4 additions & 4 deletions docs/api/v2/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -1788,8 +1788,8 @@ bool
</td>
<td>
<em>(Optional)</em>
<p>DisableTakeOwnership disables ignoring the check for helm labels and annotations before taking
ownership of the existing resources during the Helm install action. Defaults to false.</p>
<p>DisableTakeOwnership disables taking ownership of existing resources
during the Helm install action. Defaults to false.</p>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -2702,8 +2702,8 @@ bool
</td>
<td>
<em>(Optional)</em>
<p>DisableTakeOwnership disables ignoring the check for helm labels and annotations before taking
ownership of the existing resources during the Helm upgrade action. Defaults to false.</p>
<p>DisableTakeOwnership disables taking ownership of existing resources
during the Helm upgrade action. Defaults to false.</p>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 53578dd

Please sign in to comment.