Skip to content

Commit

Permalink
Merge pull request #20 from alexsn/crd_status
Browse files Browse the repository at this point in the history
[jaeger-operator]: update jaeger crd to include status resource
  • Loading branch information
naseemkullah authored Jan 18, 2020
2 parents 37ba285 + 0badead commit 515b15e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/jaeger-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: jaeger-operator Helm chart for Kubernetes
name: jaeger-operator
version: 2.12.3
version: 2.12.4
appVersion: 1.16.0
home: https://www.jaegertracing.io/
icon: https://www.jaegertracing.io/img/jaeger-icon-reverse-color.svg
Expand Down
11 changes: 11 additions & 0 deletions charts/jaeger-operator/crds/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,24 @@ metadata:
labels:
app: jaeger-operator
spec:
additionalPrinterColumns:
- JSONPath: .status.phase
description: Jaeger instance's status
name: Status
type: string
- JSONPath: .status.version
description: Jaeger Version
name: Version
type: string
group: jaegertracing.io
names:
kind: Jaeger
listKind: JaegerList
plural: jaegers
singular: jaeger
scope: Namespaced
subresources:
status: {}
version: v1
versions:
- name: v1
Expand Down

0 comments on commit 515b15e

Please sign in to comment.