Skip to content

Commit

Permalink
Fix malformat with initImage and move jolokia props to v2alpha4 in 0.…
Browse files Browse the repository at this point in the history
…18.0 csv
  • Loading branch information
howardgao authored and brusdev committed Nov 10, 2020
1 parent 382afcd commit bd7559d
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -492,15 +492,21 @@ spec:
deploymentPlan:
type: object
properties:
jolokiaAgentEnabled:
description: If true enable the Jolokia JVM Agent
type: boolean
image:
description: The image used for the broker deployment
type: string
initImage: The init container image used to configure broker addresssettings
description:
initImage:
description: The init container image used to configure broker addresssettings
type: string
journalType:
description: 'If aio use ASYNCIO, if nio use NIO for journal IO'
type: string
managementRBACEnabled:
description: If true enable the management role based access control
type: boolean
messageMigration:
description: If true migrate messages on scaledown
type: boolean
Expand Down Expand Up @@ -1340,18 +1346,12 @@ spec:
deploymentPlan:
type: object
properties:
jolokiaAgentEnabled:
description: If true enable the Jolokia JVM Agent
type: boolean
image:
description: The image used for the broker deployment
type: string
journalType:
description: 'If aio use ASYNCIO, if nio use NIO for journal IO'
type: string
managementRBACEnabled:
description: If true enable the management role based access control
type: boolean
messageMigration:
description: If true migrate messages on scaledown
type: boolean
Expand Down

0 comments on commit bd7559d

Please sign in to comment.