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:
Sanket Sudake
2021-10-29 09:48:47 +05:30
committed by GitHub
parent 02e16666ed
commit 8fb311b739
4 changed files with 6 additions and 3 deletions
+4
View File
@@ -11,6 +11,10 @@ sources:
keywords:
- fission
- serverless
- platform
- faas
- functions
- Integration & Delivery
maintainers:
- name: Vishal Biyani
email: vishal@infracloud.io
-3
View File
@@ -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