Disable nats test as we deprecate Fission Nats Integration (#2241)
We would like to deprecate Fission Nats Integration and recommend user to use Fission Keda Nats connector to handle Keda events. Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
@@ -11,6 +11,10 @@ sources:
|
||||
keywords:
|
||||
- fission
|
||||
- serverless
|
||||
- platform
|
||||
- faas
|
||||
- functions
|
||||
- Integration & Delivery
|
||||
maintainers:
|
||||
- name: Vishal Biyani
|
||||
email: vishal@infracloud.io
|
||||
|
||||
@@ -101,9 +101,6 @@ profiles:
|
||||
- op: replace
|
||||
path: /deploy/helm/releases/0/setValues/prometheus.enabled
|
||||
value: true
|
||||
- op: replace
|
||||
path: /deploy/helm/releases/0/setValues/nats.enabled
|
||||
value: true
|
||||
- op: replace
|
||||
path: /deploy/helm/releases/0/setValues/influxdb.enabled
|
||||
value: true
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
#test:disabled
|
||||
|
||||
#
|
||||
# Create a function and trigger it using NATS
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
#test:disabled
|
||||
|
||||
#
|
||||
# Create a function and trigger it using NATS
|
||||
|
||||
Reference in New Issue
Block a user