Skip to content

Commit

Permalink
fix api groups in constraint 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Zhong <albert.zhong@databricks.com>
  • Loading branch information
albert-zhong committed Oct 9, 2023
1 parent 90b2e19 commit 12ebe74
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ spec:
kinds: ["IngressClass"]
- apiGroups: ["rbac.authorization.k8s.io"]
kinds: ["ClusterRole", "ClusterRoleBinding", "Role", "RoleBinding"]
- apiGroups: ["scheduling.k8s.io/v1beta1"]
- apiGroups: ["scheduling.k8s.io"]
kinds: ["PriorityClass"]
- apiGroups: ["storage.k8s.io/v1beta1"]
- apiGroups: ["storage.k8s.io"]
kinds: ["CSIDriver", "CSINode", "StorageClass", "VolumeAttachment"]
parameters:
kvs:
Expand Down

0 comments on commit 12ebe74

Please sign in to comment.