Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTROLLER_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.29.13
1.29.14
3 changes: 3 additions & 0 deletions cmd/kar-controllers/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ limitations under the License.
package main

import (
"flag"
"fmt"

"github.com/IBM/multi-cluster-app-dispatcher/cmd/kar-controllers/app"
Expand All @@ -26,6 +27,8 @@ import (
)

func main() {
flag.Parse()

s := options.NewServerOption()
s.AddFlags(pflag.CommandLine)

Expand Down