Skip to content

Commit

Permalink
Initial commit for kong Ingress controller addon
Browse files Browse the repository at this point in the history
  • Loading branch information
gAmUssA committed Jan 11, 2022
1 parent 72e946c commit ef00491
Show file tree
Hide file tree
Showing 4 changed files with 1,421 additions and 0 deletions.
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 ef00491

Please sign in to comment.