Skip to content

Commit

Permalink
chore: corrected indentation of additionalPrinterColumns
Browse files Browse the repository at this point in the history
  • Loading branch information
garethjevans committed Mar 2, 2021
1 parent 6ce6c56 commit 588fdd5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions charts/captain-hook/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ spec:
type: integer
message:
type: string
additionalPrinterColumns:
- name: name
type: string
jsonPath: .metadata.name
- name: forwardURL
type: string
jsonPath: .spec.forwardURL
- name: status
type: string
jsonPath: .status.status
additionalPrinterColumns:
- name: name
type: string
jsonPath: .metadata.name
- name: forwardURL
type: string
jsonPath: .spec.forwardURL
- name: status
type: string
jsonPath: .status.status

scope: Namespaced
names:
Expand Down

0 comments on commit 588fdd5

Please sign in to comment.