Rename infrastructure filetree

This commit is contained in:
Daniel Cosme
2026-04-25 19:51:51 -04:00
parent 752edc4a03
commit d174cc4db4
10 changed files with 20 additions and 19 deletions
+2 -3
View File
@@ -18,13 +18,12 @@ func init() {
meta = kube.NewMetadata(root.Longhorn, Namespace)
}
func Controllers() stack.Stack {
s := stack.NewStack("controllers", map[string]any{
func Stack() stack.Stack {
s := stack.NewStack("longhorn", map[string]any{
"namespace": Namespace,
"longhorn-stack": LonghornHelmSource(),
"release": LonghornHelmRelease(),
})
return s
}
+2 -2
View File
@@ -21,8 +21,8 @@ func init() {
meta = kube.NewMetadata(root.Monitoring, Namespace)
}
func Controllers() stack.Stack {
s := stack.NewStack("controllers", map[string]any{
func Stack() stack.Stack {
s := stack.NewStack("monitoring", map[string]any{
"namespace": Namespace,
"kube-prometheus-stack": PrometheusHelmSource(),
"release": PrometheusRelease(),