Skip to content

Commit

Permalink
Merge pull request #9 from tr0njavolta/main
Browse files Browse the repository at this point in the history
Update .yaml definition typos
  • Loading branch information
haarchri authored Sep 8, 2023
2 parents 7ffba0e + 956e741 commit 767ce19
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion apis/aws/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
- gitops-master
default: default
deletionPolicy:
description: When the Composition is deleleted, delelete the AWS resources. Defaults to Delete
description: When the Composition is deleted, delete the AWS resources. Defaults to Delete
enum:
- Delete
- Orphan
Expand Down
4 changes: 2 additions & 2 deletions apis/aws/eks/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
type: string
description: Region is the region you'd like your resource to be created in.
deletionPolicy:
description: When the Composition is deleleted, delelete the AWS resources. Defaults to Delete
description: When the Composition is deleted, delete the AWS resources. Defaults to Delete
enum:
- Delete
- Orphan
Expand Down Expand Up @@ -87,4 +87,4 @@ spec:
description: Freeform field containing status information for eks
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
type: object
4 changes: 2 additions & 2 deletions apis/aws/network/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
type: string
description: Region is the region you'd like your resource to be created in.
deletionPolicy:
description: When the Composition is deleleted, delelete the AWS resources. Defaults to Delete
description: When the Composition is deleted, delete the AWS resources. Defaults to Delete
enum:
- Delete
- Orphan
Expand Down Expand Up @@ -56,4 +56,4 @@ spec:
securityGroupIds:
type: array
items:
type: string
type: string
2 changes: 1 addition & 1 deletion apis/aws/services/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
type: object
properties:
deletionPolicy:
description: When the Composition is deleleted, delelete the AWS resources. Defaults to Delete
description: When the Composition is deleted, delete the AWS resources. Defaults to Delete
enum:
- Delete
- Orphan
Expand Down
2 changes: 1 addition & 1 deletion apis/azure/aks/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
type: string
description: Region is the region you'd like your resource to be created in.
deletionPolicy:
description: When the Composition is deleleted, delelete the Azure resources. Defaults to Delete
description: When the Composition is deleted, delete the Azure resources. Defaults to Delete
enum:
- Delete
- Orphan
Expand Down
2 changes: 1 addition & 1 deletion apis/azure/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
- gitops-master
default: default
deletionPolicy:
description: When the Composition is deleleted, delelete the Azure resources. Defaults to Delete
description: When the Composition is deleted, delete the Azure resources. Defaults to Delete
enum:
- Delete
- Orphan
Expand Down
4 changes: 2 additions & 2 deletions apis/azure/network/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
type: string
description: Region is the region you'd like your resource to be created in.
deletionPolicy:
description: When the Composition is deleleted, delelete the Azure resources. Defaults to Delete
description: When the Composition is deleted, delete the Azure resources. Defaults to Delete
enum:
- Delete
- Orphan
Expand All @@ -45,4 +45,4 @@ spec:
- region
type: object
required:
- parameters
- parameters
2 changes: 1 addition & 1 deletion apis/azure/services/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
type: object
properties:
deletionPolicy:
description: When the Composition is deleleted, delelete the Azure resources. Defaults to Delete
description: When the Composition is deleted, delete the Azure resources. Defaults to Delete
enum:
- Delete
- Orphan
Expand Down
4 changes: 2 additions & 2 deletions apis/gcp/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- gitops-master
default: default
deletionPolicy:
description: When the Composition is deleleted, delelete the GCP resources. Defaults to Delete
description: When the Composition is deleted, delete the GCP resources. Defaults to Delete
enum:
- Delete
- Orphan
Expand Down Expand Up @@ -126,4 +126,4 @@ spec:
- deletionPolicy
- providerConfigName
required:
- parameters
- parameters
2 changes: 1 addition & 1 deletion apis/gcp/gke/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
type: string
description: Region is the region you'd like your resource to be created in.
deletionPolicy:
description: When the Composition is deleleted, delelete the GCP resources. Defaults to Delete
description: When the Composition is deleted, delete the GCP resources. Defaults to Delete
enum:
- Delete
- Orphan
Expand Down
2 changes: 1 addition & 1 deletion apis/gcp/network/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
type: string
description: Region is the region you'd like your resource to be created in.
deletionPolicy:
description: When the Composition is deleleted, delelete the GCP resources. Defaults to Delete
description: When the Composition is deleted, delete the GCP resources. Defaults to Delete
enum:
- Delete
- Orphan
Expand Down
2 changes: 1 addition & 1 deletion apis/gcp/services/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
type: object
properties:
deletionPolicy:
description: When the Composition is deleleted, delelete the GKE resources. Defaults to Delete
description: When the Composition is deleted, delete the GKE resources. Defaults to Delete
enum:
- Delete
- Orphan
Expand Down
2 changes: 1 addition & 1 deletion apis/upbound/mcp-connector/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
description: Connector configuration parameters.
properties:
deletionPolicy:
description: When the Composition is deleleted, delelete the Upbound resources. Defaults to Delete
description: When the Composition is deleted, delete the Upbound resources. Defaults to Delete
enum:
- Delete
- Orphan
Expand Down

0 comments on commit 767ce19

Please sign in to comment.