Add chart testing

This commit is contained in:
2020-05-07 20:46:16 +01:00
parent 365626339a
commit 338beeead8
7 changed files with 22 additions and 2 deletions

View File

@@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "0.2"
description: Pulls data from the AAISP CHAOSv2 API into MQTT
name: aaisp-to-mqtt
version: 0.2.4
version: 0.2.5

View File

@@ -0,0 +1,4 @@
mqtt:
broker: localhost
existingSecretName: aaisp-to-mqtt-secret

View File

@@ -0,0 +1,6 @@
aaisp:
username: test1@a
password: TesttestTest
mqtt:
broker: localhost

View File

@@ -0,0 +1 @@
---

View File

@@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "0.8.5"
description: Collect VMware vCenter and ESXi performance metrics and send them to InfluxDB
name: vsphere-influxdb-go
version: 0.1.0
version: 0.1.1

View File

@@ -0,0 +1,7 @@
vsphere:
hostname: vcenter
username: test
password: test
influxdb:
hostname: test

2
ct.yaml Normal file
View File

@@ -0,0 +1,2 @@
chart-dirs:
- charts