Use chart-testing ci/*-values.yaml for testing

This also enables the refactor to have multiple root level charts.

Resolves #100

Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-07-19 22:48:19 +02:00
parent a4c1de7b30
commit 06ddb7cd3f
47 changed files with 133 additions and 465 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
BASEDIR=$(dirname "$0")
openssl req -new -x509 -days 365 -nodes -sha256 \
-subj "/C=NL/O=SPIFFE/OU=SPIRE/CN=example.org" \
-out "${BASEDIR}/example-org.pem" \
-keyout "${BASEDIR}/example-org.key"