Rename gotk binary to flux
Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
@@ -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: "",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user