Skip to content

Commit

Permalink
Merge pull request #17114 from spowelljr/addKubeflowAddon
Browse files Browse the repository at this point in the history
Addon: Add kubeflow addon
  • Loading branch information
medyagh authored Oct 5, 2023
2 parents 74186c2 + 51f3d98 commit 984b325
Showing 4 changed files with 126,539 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/addons/assets.go
Original file line number Diff line number Diff line change
@@ -162,4 +162,8 @@ var (
// CloudSpanner assets for cloud-spanner addon
//go:embed cloud-spanner/*.tmpl
CloudSpanner embed.FS

// Kubeflow assets for kubeflow addon
//go:embed kubeflow/*.yaml
Kubeflow embed.FS
)
Loading

0 comments on commit 984b325

Please sign in to comment.