Skip to content

Commit

Permalink
AKS Service Target - Overriding KUBECONFIG handling (#2488)
Browse files Browse the repository at this point in the history
Adds support for custom KUBECONFIG setup.
  • Loading branch information
wbreza authored Nov 17, 2023
1 parent 7990e21 commit f00f37d
Show file tree
Hide file tree
Showing 9 changed files with 375 additions and 180 deletions.
5 changes: 3 additions & 2 deletions cli/azd/pkg/project/service_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,9 @@ func createTestServiceConfig(path string, host ServiceTargetKind, language Servi
Language: language,
RelativePath: filepath.Join(path),
Project: &ProjectConfig{
Name: "Test-App",
Path: ".",
Name: "Test-App",
Path: ".",
EventDispatcher: ext.NewEventDispatcher[ProjectLifecycleEventArgs](),
},
EventDispatcher: ext.NewEventDispatcher[ServiceLifecycleEventArgs](),
}
Expand Down
Loading

0 comments on commit f00f37d

Please sign in to comment.