Skip to content

Commit

Permalink
Merge pull request #13326 from gAmUssA/addons/kong
Browse files Browse the repository at this point in the history
[Addon] Kong Ingress Controller
  • Loading branch information
sharifelgamal committed Feb 1, 2022
2 parents 0568a70 + 7d129a6 commit 034f556
Show file tree
Hide file tree
Showing 6 changed files with 1,573 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/config/addons_list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func TestAddonsList(t *testing.T) {
Ambassador *interface{} `json:"ambassador"`
}

b := make([]byte, 534)
b := make([]byte, 544)
r, w, err := os.Pipe()
if err != nil {
t.Fatalf("failed to create pipe: %v", err)
Expand Down
4 changes: 4 additions & 0 deletions deploy/addons/assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ var (
//go:embed istio/istio-default-profile.yaml.tmpl
IstioAssets embed.FS

// KongAssets assets for kong addon
//go:embed kong/kong-ingress-controller.yaml.tmpl
KongAssets embed.FS

// KubevirtAssets assets for kubevirt addon
//go:embed kubevirt/pod.yaml.tmpl
KubevirtAssets embed.FS
Expand Down
Loading

0 comments on commit 034f556

Please sign in to comment.