Skip to content

Commit

Permalink
chore(k8s): fix typo in description
Browse files Browse the repository at this point in the history
Co-authored-by: Anna Mager <[email protected]>
  • Loading branch information
eysi09 and twelvemo committed Oct 6, 2023
1 parent c185074 commit 32955f2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/src/plugins/kubernetes/kubernetes-type/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const kubernetesPatchResourceSchema = () =>
)
.default("strategic")
.optional(),
patch: joi.object().required().description("The patch to apply").unknown(true),
patch: joi.object().required().description("The patch to apply.").unknown(true),
})

export const kubernetesFilesSchema = () =>
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/action-types/Deploy/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ spec:
# https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
strategy: strategic

# The patch to apply
# The patch to apply.
patch:

# A valid Kubernetes namespace name. Must be a valid RFC1035/RFC1123 (DNS) label (may contain lowercase letters,
Expand Down Expand Up @@ -815,7 +815,7 @@ https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kub

[spec](#spec) > [patchResources](#specpatchresources) > patch

The patch to apply
The patch to apply.

| Type | Required |
| -------- | -------- |
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/action-types/Run/kubernetes-pod.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ spec:
# https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
strategy: strategic

# The patch to apply
# The patch to apply.
patch:

# List of Kubernetes resource manifests to be searched (using `resource`e for the pod spec for the Run. If `files`
Expand Down Expand Up @@ -3708,7 +3708,7 @@ https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kub

[spec](#spec) > [patchResources](#specpatchresources) > patch

The patch to apply
The patch to apply.

| Type | Required |
| -------- | -------- |
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/action-types/Test/kubernetes-pod.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ spec:
# https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
strategy: strategic

# The patch to apply
# The patch to apply.
patch:

# List of Kubernetes resource manifests to be searched (using `resource`e for the pod spec for the Test. If `files`
Expand Down Expand Up @@ -3708,7 +3708,7 @@ https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kub

[spec](#spec) > [patchResources](#specpatchresources) > patch

The patch to apply
The patch to apply.

| Type | Required |
| -------- | -------- |
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/module-types/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ patchResources:
# https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
strategy: strategic

# The patch to apply
# The patch to apply.
patch:

# A valid Kubernetes namespace name. Must be a valid RFC1035/RFC1123 (DNS) label (may contain lowercase letters,
Expand Down Expand Up @@ -1016,7 +1016,7 @@ https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kub

[patchResources](#patchresources) > patch

The patch to apply
The patch to apply.

| Type | Required |
| -------- | -------- |
Expand Down

0 comments on commit 32955f2

Please sign in to comment.