Skip to content

Commit

Permalink
fix: update helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
highpon committed Jul 16, 2024
1 parent 2102242 commit 29706d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/kueue/templates/crd/kueue.x-k8s.io_workloads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ spec:
jsonPath: .status.conditions[?(@.type=='Admitted')].status
name: Admitted
type: string
- description: Workload finished
jsonPath: .status.conditions[?(@.type=='Finished')].status
name: Finished
type: string
- description: Time this workload was created
jsonPath: .metadata.creationTimestamp
name: Age
Expand Down
4 changes: 4 additions & 0 deletions config/components/crd/bases/kueue.x-k8s.io_workloads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ spec:
jsonPath: .status.conditions[?(@.type=='Admitted')].status
name: Admitted
type: string
- description: Workload finished
jsonPath: .status.conditions[?(@.type=='Finished')].status
name: Finished
type: string
- description: Time this workload was created
jsonPath: .metadata.creationTimestamp
name: Age
Expand Down

0 comments on commit 29706d8

Please sign in to comment.