Skip to content

Commit

Permalink
fix: amalthea age printer column (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski authored Oct 23, 2024
1 parent 8914b72 commit 7a2a2f8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions controller/crds/jupyter_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ spec:
type: string
description: Status of the main pod
jsonPath: .status.mainPod.status.phase
- name: Age
type: date
description: Creation timestamp of the JupyterServer
jsonPath: .metadata.creationTimestamp

schema:
openAPIV3Schema:
Expand Down
4 changes: 4 additions & 0 deletions helm-chart/amalthea/templates/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ spec:
type: string
description: Status of the main pod
jsonPath: .status.mainPod.status.phase
- name: Age
type: date
description: Creation timestamp of the JupyterServer
jsonPath: .metadata.creationTimestamp

schema:
openAPIV3Schema:
Expand Down
4 changes: 4 additions & 0 deletions manifests/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ spec:
type: string
description: Status of the main pod
jsonPath: .status.mainPod.status.phase
- name: Age
type: date
description: Creation timestamp of the JupyterServer
jsonPath: .metadata.creationTimestamp

schema:
openAPIV3Schema:
Expand Down

0 comments on commit 7a2a2f8

Please sign in to comment.