Skip to content

Commit

Permalink
Add flag to enable feature gate for packages and bundlemetadata APIs
Browse files Browse the repository at this point in the history
Signed-off-by: Rashmi Gottipati <chowdary.grashmi@gmail.com>
  • Loading branch information
rashmigottipati committed Jun 20, 2023
1 parent 697ded3 commit 12dc25a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ spec:
- "--health-probe-bind-address=:8081"
- "--metrics-bind-address=127.0.0.1:8080"
- "--leader-elect"
- --feature-gates="PackagesBundleMetadataAPIs=true"

1 change: 0 additions & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ spec:
- "./manager"
args:
- --leader-elect
- --feature-gates="PackagesBundleMetadataAPIs=true"
image: controller:latest
name: manager
securityContext:
Expand Down

0 comments on commit 12dc25a

Please sign in to comment.