Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
azure npm addon has differently named pods (#4237)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored Nov 12, 2018
1 parent 272de5e commit c807be8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/kubernetes/kubernetes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ var _ = Describe("Azure Container Cluster using the Kubernetes Orchestrator", fu
addonPods = []string{"omsagent"}
case "keyvault-flexvolume":
addonNamespace = "kv"
case "azure-npm-daemonset":
addonPods = []string{"azure-npm"}
}
if hasAddon, addon := eng.HasAddon(addonName); hasAddon {
for _, addonPod := range addonPods {
Expand Down

0 comments on commit c807be8

Please sign in to comment.