Skip to content

Commit 469b943

Browse files
authored
Merge pull request #988 from branden/remove-paragraph-breaks
Fix unintended paragraph breaks
2 parents 728557b + e5bb91d commit 469b943

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

content/master/packages/providers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -684,28 +684,28 @@ package runtime container.
684684

685685
<!-- vale write-good.Passive = NO -->
686686
The package manager is opinionated about some fields to ensure
687-
<!-- vale write-good.Passive = YES -->
688687
the runtime is working and overlay them on top of the values
689688
in the runtime configuration. For example, it defaults the replica count
690689
to 1 if not set and overrides the label selectors to make sure the Deployment
691690
and Service match. It also injects any necessary environment variables,
692691
ports and volumes and volume mounts.
692+
<!-- vale write-good.Passive = YES -->
693693

694+
<!-- vale gitlab.FutureTense = NO -->
694695
The `Provider` or `Functions`'s `spec.runtimeConfigRef.name` field defaults
695696
to value `default`, which means Crossplane uses the default runtime configuration
696697
if not specified. Crossplane ensures there is always a default runtime
697-
<!-- vale gitlab.FutureTense = NO -->
698698
configuration in the cluster, but won't change it if it already exists. This
699-
<!-- vale gitlab.FutureTense = YES -->
700699
allows users to customize the default runtime configuration to their needs.
700+
<!-- vale gitlab.FutureTense = YES -->
701701

702702
{{<hint "tip" >}}
703703
<!-- vale gitlab.SubstitutionWarning = NO -->
704704
Since `DeploymentRuntimeConfig` uses the same schema as Kubernetes `Deployment`
705-
<!-- vale gitlab.SubstitutionWarning = YES -->
706705
spec, you may need to pass empty values to bypass the schema validation.
707706
For example, if you just want to change the `replicas` field, you would
708707
need to pass the following:
708+
<!-- vale gitlab.SubstitutionWarning = YES -->
709709

710710
```yaml
711711
apiVersion: pkg.crossplane.io/v1beta1

content/v2.0/packages/providers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -684,28 +684,28 @@ package runtime container.
684684

685685
<!-- vale write-good.Passive = NO -->
686686
The package manager is opinionated about some fields to ensure
687-
<!-- vale write-good.Passive = YES -->
688687
the runtime is working and overlay them on top of the values
689688
in the runtime configuration. For example, it defaults the replica count
690689
to 1 if not set and overrides the label selectors to make sure the Deployment
691690
and Service match. It also injects any necessary environment variables,
692691
ports and volumes and volume mounts.
692+
<!-- vale write-good.Passive = YES -->
693693

694+
<!-- vale gitlab.FutureTense = NO -->
694695
The `Provider` or `Functions`'s `spec.runtimeConfigRef.name` field defaults
695696
to value `default`, which means Crossplane uses the default runtime configuration
696697
if not specified. Crossplane ensures there is always a default runtime
697-
<!-- vale gitlab.FutureTense = NO -->
698698
configuration in the cluster, but won't change it if it already exists. This
699-
<!-- vale gitlab.FutureTense = YES -->
700699
allows users to customize the default runtime configuration to their needs.
700+
<!-- vale gitlab.FutureTense = YES -->
701701

702702
{{<hint "tip" >}}
703703
<!-- vale gitlab.SubstitutionWarning = NO -->
704704
Since `DeploymentRuntimeConfig` uses the same schema as Kubernetes `Deployment`
705-
<!-- vale gitlab.SubstitutionWarning = YES -->
706705
spec, you may need to pass empty values to bypass the schema validation.
707706
For example, if you just want to change the `replicas` field, you would
708707
need to pass the following:
708+
<!-- vale gitlab.SubstitutionWarning = YES -->
709709

710710
```yaml
711711
apiVersion: pkg.crossplane.io/v1beta1

0 commit comments

Comments
 (0)