Skip to content

Commit 404a606

Browse files
authored
chore: update apidoc (#28)
1 parent df7e0dd commit 404a606

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

content/en/docs/api_reference/package-operator-api.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,8 @@ spec:
432432
alphanumericAsc: {}
433433
static:
434434
- nonumy
435-
strategy: '{instant:{}}'
435+
strategy:
436+
instant: {}
436437
template:
437438
metadata: {}
438439
spec:
@@ -750,7 +751,7 @@ objects:
750751
### ObjectTemplate
751752

752753
ObjectTemplate contain a go template of a Kubernetes manifest. This manifest is then templated with the
753-
sources provided in the .Spec.Sources. The sources can only come from objects within the same nampespace
754+
sources provided in the .Spec.Sources. The sources can only come from objects within the same namespace
754755
as the ObjectTemplate.
755756

756757

@@ -798,7 +799,7 @@ status:
798799

799800
### Package
800801

801-
Package defines a namespaced package installationn.
802+
Package defines a namespaced package installation.
802803

803804

804805
**Example**

0 commit comments

Comments
 (0)