Skip to content

Commit 17f1631

Browse files
committed
Rebase on main and fix typos
Signed-off-by: Santosh Kaluskar <[email protected]>
1 parent ddb70e5 commit 17f1631

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Currently, the supported tools for initializing `cuemods` are `k8s`, `tektoncd`,
288288
$ genval cuemod init --tool=k8s
289289
```
290290
291-
> Note: If a workspace for a tool that is not availabe in the above list of supported tools. Genval also supports pulling a custom workspace built and stored by users in OCI registries. The only requirement while building and pushing the workspace to OCI registry, is the the directory structure, which should exactly be in the following order:
291+
> Note: If a workspace for a tool that is not available in the above list of supported tools. Genval also supports pulling a custom workspace built and stored by users in OCI registries. The only requirement while building and pushing the workspace to OCI registry, is the the directory structure, which should exactly be in the following order:
292292
```shell
293293
.
294294
├── cue.mod # This directory may contain all Kubernetes types in cue format, generated with "cue get go k8s.io/apis/..." cue command.

cmd/cuemod_init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ for validating and generating the Kubernetes resources.
4343
--too=crosplane:1.15.0
4444
--tool=clusterapi:<version without v>
4545
46-
In case, a user requires a workspace for a tool that is not availabe in the above list. Genval also supports pulling a custom workspace
46+
In case, a user requires a workspace for a tool that is not available in the above list. Genval also supports pulling a custom workspace
4747
created and stored by users in OCI registries. The only requirement while building the workspace is the the directory structure should
4848
exactly be in the following order:
4949

0 commit comments

Comments
 (0)