Skip to content

Commit

Permalink
fix missing crd (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Sep 16, 2022
1 parent 8d2991e commit d8886d1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions yamls/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,21 @@ spec:
type: array
items:
type: string
tolerations:
type: array
items:
type: object
properties:
key:
type: string
operator:
type: string
value:
type: string
effect:
type: string
tolerationSeconds:
type: integer
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down

0 comments on commit d8886d1

Please sign in to comment.