Skip to content

Commit

Permalink
docs: Add missing colon for karpenter.k8s.aws/instance-generation (#4343
Browse files Browse the repository at this point in the history
)

Co-authored-by: Jonathan Innis <[email protected]>
  • Loading branch information
shamsher31 and jonathan-innis authored Jul 28, 2023
1 parent e113bfe commit f9056a1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/content/en/docs/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/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 f9056a1

Please sign in to comment.