From 1d37f18b8bf46c892bbc547497c0d5567435192c Mon Sep 17 00:00:00 2001 From: Josh Gwosdz Date: Fri, 13 Feb 2026 13:08:03 +0100 Subject: [PATCH] chore: update apidoc --- content/en/docs/api_reference/package-operator-api.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/en/docs/api_reference/package-operator-api.md b/content/en/docs/api_reference/package-operator-api.md index 6635254..70bae7c 100644 --- a/content/en/docs/api_reference/package-operator-api.md +++ b/content/en/docs/api_reference/package-operator-api.md @@ -432,7 +432,8 @@ spec: alphanumericAsc: {} static: - nonumy - strategy: '{instant:{}}' + strategy: + instant: {} template: metadata: {} spec: @@ -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. @@ -798,7 +799,7 @@ status: ### Package -Package defines a namespaced package installationn. +Package defines a namespaced package installation. **Example**