Skip to content

Commit

Permalink
fix(build): add httpendpoint resource (#1285)
Browse files Browse the repository at this point in the history
Signed-off-by: Samantha Coyle <sam@diagrid.io>
  • Loading branch information
sicoyle authored May 19, 2023
1 parent 76bf893 commit 337eab4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/kubernetes/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ var crds = []string{
"configuration",
"subscription",
"resiliency",
"httpendpoints",
}

var crdsFullResources = []string{
"components.dapr.io",
"configurations.dapr.io",
"subscriptions.dapr.io",
"resiliencies.dapr.io",
"httpendpoints.dapr.io",
}

type UpgradeConfig struct {
Expand Down

0 comments on commit 337eab4

Please sign in to comment.