mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-05 17:44:44 +00:00
Rename gotk binary to flux
Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
parent
9916a53761
commit
e2752e4508
168 changed files with 767 additions and 887 deletions
|
|
@ -14,6 +14,6 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
// Package manifestgen generates Kubernetes manifests for gotk install
|
||||
// and the Git source and Kustomization manifests for gotk bootstrap.
|
||||
// Package manifestgen generates Kubernetes manifests for flux install
|
||||
// and the Git source and Kustomization manifests for flux bootstrap.
|
||||
package manifestgen
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ func MakeDefaultOptions() Options {
|
|||
Name: "flux-system",
|
||||
Namespace: "flux-system",
|
||||
Branch: "main",
|
||||
ManifestFile: "flux-sync.yaml",
|
||||
ManifestFile: "gotk-sync.yaml",
|
||||
TargetPath: "",
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue