File tree Expand file tree Collapse file tree
content/en/docs/api_reference Expand file tree Collapse file tree Original file line number Diff line number Diff 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
752753ObjectTemplate 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
754755as 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**
You can’t perform that action at this time.
0 commit comments