Skip to content

Commit 2cb55a3

Browse files
committed
fix formatting
Signed-off-by: Matthew Fisher <[email protected]>
1 parent e8b8eb0 commit 2cb55a3

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

content/en/docs/install/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ Congrats on deploying your first SpinApp! Recommended next steps:
122122

123123
- Scale your [Spin Apps with Horizontal Pod Autoscaler (HPA)]({{< ref "scaling-with-hpa" >}})
124124
- Scale your [Spin Apps with Kubernetes Event Driven Autoscaler (KEDA)]({{< ref "scaling-with-keda"
125-
> }})
125+
>}})

content/en/docs/topics/autoscaling/scaling-with-hpa.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,9 @@ helm install \
6464
--version v1.14.3
6565
```
6666

67-
Next, run the following commands to install the Spin [Runtime Class]({{<ref "glossary#runtime-class"
68-
69-
> }}) and Spin Operator [Custom Resource Definitions (CRDs)]({{<ref
70-
> "glossary#custom-resource-definition-crd">}}):
67+
Next, run the following commands to install the Spin [Runtime Class]({{<ref
68+
"glossary#runtime-class">}}) and Spin Operator [Custom Resource Definitions (CRDs)]({{<ref
69+
"glossary#custom-resource-definition-crd">}}):
7170

7271
> Note: In a production cluster you likely want to customize the Runtime Class with a `nodeSelector`
7372
> that matches nodes that have the shim installed. However, in the K3d example, they're installed on

content/en/docs/topics/autoscaling/scaling-with-keda.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,9 @@ helm install \
6464
--version v1.14.3
6565
```
6666

67-
Next, run the following commands to install the Spin [Runtime Class]({{<ref "glossary#runtime-class"
68-
69-
> }}) and Spin Operator [Custom Resource Definitions (CRDs)]({{<ref
70-
> "glossary#custom-resource-definition-crd">}}):
67+
Next, run the following commands to install the Spin [Runtime Class]({{<ref
68+
"glossary#runtime-class">}}) and Spin Operator [Custom Resource Definitions (CRDs)]({{<ref
69+
"glossary#custom-resource-definition-crd">}}):
7170

7271
> Note: In a production cluster you likely want to customize the Runtime Class with a `nodeSelector`
7372
> that matches nodes that have the shim installed. However, in the K3d example, they're installed on

0 commit comments

Comments
 (0)