Skip to content

Commit 7b42059

Browse files
authored
fix: correct YAML quoting in nested JSON list (#9202)
1 parent e39a0ed commit 7b42059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/karpenter/templates/clusterrole-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ rules:
4646
verbs: ["get", "list", "watch"]
4747
- apiGroups: [""]
4848
resources: ["events"]
49-
verbs: ["get", list, "watch"]
49+
verbs: ["get", "list", "watch"]
5050
# Write
5151
- apiGroups: ["karpenter.sh"]
5252
resources: ["nodeclaims", "nodeclaims/status"]

0 commit comments

Comments
 (0)