Skip to content

Commit

Permalink
💽 default install namespace (cyclops-ui#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-cvit authored May 22, 2024
1 parent 19726ae commit 1b19d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyclops-ctrl/internal/template/render/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (r *Renderer) HelmTemplate(module cyclopsv1alpha1.Module, moduleTemplate *m
top["Values"] = values
top["Release"] = map[string]interface{}{
"Name": module.Name,
"Namespace": "",
"Namespace": "default",
}

versionInfo, err := r.k8sClient.VersionInfo()
Expand Down

0 comments on commit 1b19d17

Please sign in to comment.