Skip to content

Commit

Permalink
Nats backend notification
Browse files Browse the repository at this point in the history
  • Loading branch information
grischperl committed Dec 6, 2023
1 parent d892cf6 commit 8d66952
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions config/ui-extensions/eventing/form
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
- EventMesh
description: Choose a backend type from the dropdown.

- simple: true
widget: Alert
severity: info
alert: "'If you choose the NATS backend, you must enable the NATS module.'"
visibility: "spec.backend.type = 'NATS'"

- path: spec.backend.config.eventMeshSecret
visibility: "spec.backend.type = 'EventMesh'"
widget: ResourceRef
Expand Down
2 changes: 1 addition & 1 deletion config/ui-extensions/eventing/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
configMapGenerator:
- name: eventings.operator.kyma-project.io
namespace: kube-public
namespace: kyma-system
files:
- general
- form
Expand Down

0 comments on commit 8d66952

Please sign in to comment.