1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Rename gotk binary to flux

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals
2020-10-29 14:37:07 +01:00
parent 9916a53761
commit e2752e4508
168 changed files with 767 additions and 887 deletions

View File

@@ -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

View File

@@ -35,7 +35,7 @@ func MakeDefaultOptions() Options {
Name: "flux-system",
Namespace: "flux-system",
Branch: "main",
ManifestFile: "flux-sync.yaml",
ManifestFile: "gotk-sync.yaml",
TargetPath: "",
}
}