Skip to content

Commit

Permalink
add acs bundle to feature bundles (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagbay-rh authored May 3, 2023
1 parent 7d835e8 commit 34fce22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func initialize() {
options.SetDefault(Keys.CwLogGroup, "platform-dev")
options.SetDefault(Keys.CwLogStream, hostname)
options.SetDefault(Keys.CwRegion, "us-east-1")
options.SetDefault(Keys.Features, "ansible,smart_management,rhods,rhoam,rhosak,openshift")
options.SetDefault(Keys.Features, "ansible,smart_management,rhods,rhoam,rhosak,openshift,acs")
options.SetDefault(Keys.SubAPIBasePath, "/svcrest/subscription/v5/")
options.SetDefault(Keys.CompAPIBasePath, "/v1/screening")
options.SetDefault(Keys.RunBundleSync, false)
Expand Down

0 comments on commit 34fce22

Please sign in to comment.