Skip to content

Commit

Permalink
Add quoting to all docs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Jul 28, 2023
1 parent 0604103 commit 4595f2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/content/en/preview/concepts/provisioners.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
- key: "karpenter.k8s.aws/instance-hypervisor"
operator: In
values: ["nitro"]
- key: karpenter.k8s.aws/instance-generation
- key: "karpenter.k8s.aws/instance-generation"
operator: Gt
values: ["2"]
- key: "topology.kubernetes.io/zone"
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/v0.27/concepts/provisioners.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- key: "karpenter.k8s.aws/instance-hypervisor"
operator: In
values: ["nitro"]
- key: karpenter.k8s.aws/instance-generation
- key: "karpenter.k8s.aws/instance-generation"
operator: Gt
values: ["2"]
- key: "topology.kubernetes.io/zone"
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/v0.28/concepts/provisioners.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- key: "karpenter.k8s.aws/instance-hypervisor"
operator: In
values: ["nitro"]
- key: karpenter.k8s.aws/instance-generation
- key: "karpenter.k8s.aws/instance-generation"
operator: Gt
values: ["2"]
- key: "topology.kubernetes.io/zone"
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/v0.29/concepts/provisioners.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
- key: "karpenter.k8s.aws/instance-hypervisor"
operator: In
values: ["nitro"]
- key: karpenter.k8s.aws/instance-generation
- key: "karpenter.k8s.aws/instance-generation"
operator: Gt
values: ["2"]
- key: "topology.kubernetes.io/zone"
Expand Down

0 comments on commit 4595f2c

Please sign in to comment.