Skip to content

Commit

Permalink
Fixed API CRD tests due to JsonPropertyOrder changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Karlsson committed Mar 14, 2024
1 parent 9cbc7e1 commit 0502e5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ spec:
initialDelaySeconds: 10
timeoutSeconds: 4
jvmOptions:
"-Xmx": "4G"
"-Xms": "2G"
"-XX":
foo: "bar"
"-Xmx": "4G"
"-Xms": "2G"
resources:
limits:
memory: "5Gi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ metadata:
spec:
replicas: 3
storage:
type: "jbod"
volumes:
- type: "persistent-claim"
- id: 0
type: "persistent-claim"
size: "100Gi"
deleteClaim: true
id: 0
type: "jbod"
roles:
- "broker"
- "controller"
Expand All @@ -26,4 +26,4 @@ spec:
cpu: "1000m"
jvmOptions:
"-Xmx": "5g"
"-Xms": "5g"
"-Xms": "5g"

0 comments on commit 0502e5c

Please sign in to comment.