Skip to content

Commit

Permalink
EventType V1B3: Use proper jsonpath for additional column printer (#8097
Browse files Browse the repository at this point in the history
)

💄 Fixing additional column printer error

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
  • Loading branch information
matzew authored Jul 11, 2024
1 parent ea08684 commit bb2e0a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/core/resources/eventtype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ spec:
additionalPrinterColumns:
- name: Type
type: string
jsonPath: ".spec.attributes[?(@.name='type')].value"
jsonPath: ".spec.attributes[?(@.name=='type')].value"
- name: Source
type: string
jsonPath: ".spec.attributes[?(@.name='source')].value"
jsonPath: ".spec.attributes[?(@.name=='source')].value"
- name: Reference Name
type: string
jsonPath: ".spec.reference.name"
Expand Down

0 comments on commit bb2e0a3

Please sign in to comment.