Add k3s and flux installation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package flux
|
||||
|
||||
import "danicos.dev/daniel/go-kube/pkg/stack"
|
||||
|
||||
func Stack() stack.Stack {
|
||||
s := stack.NewStack("", nil)
|
||||
return s
|
||||
}
|
||||
Reference in New Issue
Block a user