Skip to content

Commit

Permalink
Chart修正
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Apr 24, 2024
1 parent 447a586 commit 93850d0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
11 changes: 7 additions & 4 deletions charts/code-server-operator/crds/codeserver-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,17 @@ spec:
scope: Namespaced
versions:
- additionalPrinterColumns:
- description: Runtime type
jsonPath: .spec.runtime
name: RUNTIME
type: string
- description: Storage size
jsonPath: .spec.storageSize
name: STORAGE
type: string
- description: CodeServer status
jsonPath: .status
name: STATUS
type: string
- jsonPath: .metadata.creationTimestamp
name: AGE
type: date
name: v1alpha2
schema:
openAPIV3Schema:
Expand Down
10 changes: 9 additions & 1 deletion charts/code-server-operator/crds/codeserverdeployment-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ spec:
singular: codeserverdeployment
scope: Namespaced
versions:
- name: v1alpha2
- additionalPrinterColumns:
- description: Number of replicas
jsonPath: .spec.replicas
name: REPLICAS
type: integer
- jsonPath: .metadata.creationTimestamp
name: AGE
type: date
name: v1alpha2
schema:
openAPIV3Schema:
description: CodeServerDeployment is the Schema for the codeserverdeployments
Expand Down

0 comments on commit 93850d0

Please sign in to comment.