Skip to content

Commit

Permalink
regenerate crds
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Mosbaugh <[email protected]>
(cherry picked from commit ffce675)
  • Loading branch information
emosbaugh committed Sep 18, 2024
1 parent 095788e commit e574327
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ spec:
chartName:
type: string
forceUpgrade:
default: true
description: 'ForceUpgrade when set to false, disables the use of
the "--force" flag when upgrading the the chart (default: true).'
type: boolean
namespace:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ spec:
type: string
forceUpgrade:
default: true
description: 'When set to false, disables the use of
the "--force" flag when upgrading the the chart (default:
true).'
description: 'ForceUpgrade when set to false, disables
the use of the "--force" flag when upgrading the the
chart (default: true).'
type: boolean
name:
type: string
Expand Down

0 comments on commit e574327

Please sign in to comment.