mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-14 05:52:17 +00:00
Add chart testing
This commit is contained in:
@@ -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
|
||||
|
||||
4
charts/aaisp-to-mqtt/ci/existingsecret-values.yaml
Normal file
4
charts/aaisp-to-mqtt/ci/existingsecret-values.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
mqtt:
|
||||
broker: localhost
|
||||
|
||||
existingSecretName: aaisp-to-mqtt-secret
|
||||
6
charts/aaisp-to-mqtt/ci/test-values.yaml
Normal file
6
charts/aaisp-to-mqtt/ci/test-values.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
aaisp:
|
||||
username: test1@a
|
||||
password: TesttestTest
|
||||
|
||||
mqtt:
|
||||
broker: localhost
|
||||
Reference in New Issue
Block a user