Rename infrastructure filetree
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user