Skip to content

Commit

Permalink
Add missing colon for karpenter.k8s.aws/instance-generation
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsher31 authored Jul 27, 2023
1 parent 899e5e1 commit 0604103
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 0604103

Please sign in to comment.