We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4fcce commit cd8829fCopy full SHA for cd8829f
pkg/test/framework/components/prometheus/kube.go
@@ -74,6 +74,7 @@ func installPrometheus(ctx resource.Context, ns string) error {
74
if err != nil {
75
return err
76
}
77
+ yaml = strings.ReplaceAll(yaml, "namespace: istio-system", fmt.Sprintf("namespace: %s", ns))
78
if err := ctx.ConfigKube().YAML(ns, yaml).Apply(apply.NoCleanup); err != nil {
79
80
0 commit comments