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:
|
keywords:
|
||||||
- fission
|
- fission
|
||||||
- serverless
|
- serverless
|
||||||
|
- platform
|
||||||
|
- faas
|
||||||
|
- functions
|
||||||
|
- Integration & Delivery
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Vishal Biyani
|
- name: Vishal Biyani
|
||||||
email: vishal@infracloud.io
|
email: vishal@infracloud.io
|
||||||
|
|||||||
@@ -101,9 +101,6 @@ profiles:
|
|||||||
- op: replace
|
- op: replace
|
||||||
path: /deploy/helm/releases/0/setValues/prometheus.enabled
|
path: /deploy/helm/releases/0/setValues/prometheus.enabled
|
||||||
value: true
|
value: true
|
||||||
- op: replace
|
|
||||||
path: /deploy/helm/releases/0/setValues/nats.enabled
|
|
||||||
value: true
|
|
||||||
- op: replace
|
- op: replace
|
||||||
path: /deploy/helm/releases/0/setValues/influxdb.enabled
|
path: /deploy/helm/releases/0/setValues/influxdb.enabled
|
||||||
value: true
|
value: true
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#test:disabled
|
||||||
|
|
||||||
#
|
#
|
||||||
# Create a function and trigger it using NATS
|
# Create a function and trigger it using NATS
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#test:disabled
|
||||||
|
|
||||||
#
|
#
|
||||||
# Create a function and trigger it using NATS
|
# Create a function and trigger it using NATS
|
||||||
|
|||||||
Reference in New Issue
Block a user