Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #67 from PatrickLaabs/66-feat-move-tmpl-packages-t…
Browse files Browse the repository at this point in the history
…o-the-pkg-directory

✨ moved tmpl to pkg dir
  • Loading branch information
PatrickLaabs authored Mar 11, 2024
2 parents 2ba7a9a + 8c3f8e1 commit 469b2a8
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions cmd/frigg/bootstrap/capd/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ import (
"github.com/PatrickLaabs/frigg/pkg/common/sshkey"
"github.com/PatrickLaabs/frigg/pkg/common/vars"
"github.com/PatrickLaabs/frigg/pkg/common/wait"
"github.com/PatrickLaabs/frigg/tmpl/clusterctlconfig"
"github.com/PatrickLaabs/frigg/tmpl/helmchartsproxies"
"github.com/PatrickLaabs/frigg/tmpl/kindconfig"
"github.com/PatrickLaabs/frigg/tmpl/mgmtmanifestgen"
"github.com/PatrickLaabs/frigg/pkg/tmpl/clusterctlconfig"
"github.com/PatrickLaabs/frigg/pkg/tmpl/helmchartsproxies"
"github.com/PatrickLaabs/frigg/pkg/tmpl/kindconfig"
"github.com/PatrickLaabs/frigg/pkg/tmpl/mgmtmanifestgen"
"github.com/fatih/color"
"io"
"os"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/PatrickLaabs/frigg/cmd/frigg/bootstrap/capd/clusterapi"
"github.com/PatrickLaabs/frigg/pkg/common/kubeconfig"
"github.com/PatrickLaabs/frigg/pkg/common/wait"
"github.com/PatrickLaabs/frigg/tmpl/workloadmanifestgen"
"github.com/PatrickLaabs/frigg/pkg/tmpl/workloadmanifestgen"
"github.com/fatih/color"
"github.com/spf13/cobra"
"time"
Expand Down
File renamed without changes.

0 comments on commit 469b2a8

Please sign in to comment.