Skip to content

Commit

Permalink
add fallback-on-update-or-noop create-strategy to changes summary (ca…
Browse files Browse the repository at this point in the history
…rvel-dev#628)

Signed-off-by: PiotrLewandowski323 <lewandowski323@gmail.com>

Signed-off-by: PiotrLewandowski323 <lewandowski323@gmail.com>
  • Loading branch information
PiotrLewandowski323 authored Oct 24, 2022
1 parent edf4f2a commit c056b6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/kapp/clusterapply/changes_view.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,9 @@ var (

applyStrategyCodeUI = map[ClusterChangeApplyOp]map[ClusterChangeApplyStrategyOp]string{
ClusterChangeApplyOpAdd: {
createStrategyPlainAnnValue: "",
createStrategyFallbackOnUpdateAnnValue: "fallback on update",
createStrategyPlainAnnValue: "",
createStrategyFallbackOnUpdateAnnValue: "fallback on update",
createStrategyFallbackOnUpdateOrNoopAnnValue: "fallback on update or noop",
},

ClusterChangeApplyOpUpdate: {
Expand Down

0 comments on commit c056b6b

Please sign in to comment.