Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions content/en/docs/api_reference/package-operator-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,8 @@ spec:
alphanumericAsc: {}
static:
- nonumy
strategy: '{instant:{}}'
strategy:
instant: {}
template:
metadata: {}
spec:
Expand Down Expand Up @@ -750,7 +751,7 @@ objects:
### ObjectTemplate

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


Expand Down Expand Up @@ -798,7 +799,7 @@ status:

### Package

Package defines a namespaced package installationn.
Package defines a namespaced package installation.


**Example**
Expand Down