Skip to content

Commit

Permalink
Make default CR have empty backend (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
grischperl authored Jan 18, 2024
1 parent 172fc7f commit b33cbaf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions config/samples/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ metadata:
name: eventing
namespace: kyma-system
spec:
backend:
type: NATS
config:
eventTypePrefix: "sap.kyma.custom"
natsStreamStorageType: File
natsStreamReplicas: 3
natsStreamMaxSize: 700M
natsMaxMsgsPerTopic: 1000000
publisher:
replicas:
min: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ metadata:
name: eventing
namespace: kyma-system
spec:
backend:
type: NATS
config:
eventTypePrefix: "sap.kyma.custom"
natsStreamStorageType: File
natsStreamReplicas: 3
natsStreamMaxSize: 700M
natsMaxMsgsPerTopic: 1000000
publisher:
replicas:
min: 2
Expand Down

0 comments on commit b33cbaf

Please sign in to comment.