Commit ba8b0057 authored by David McKay's avatar David McKay

fix: exclude enterprise chart from testing

parent e67fa699
......@@ -4,5 +4,9 @@ chart-dirs:
- charts
chart-repos:
- "jetstack=https://charts.jetstack.io"
helm-extra-args: "--set license.key=${INFLUXDB_ENTERPRISE_LICENSE_KEY}"
# This doesn't work because they didn't expect it to be used for secrets
# Track issue: https://github.com/helm/chart-testing/issues/212
#helm-extra-args: "--set license.key=${INFLUXDB_ENTERPRISE_LICENSE_KEY}"
# Remove this excluded chart when the above can be satisfied
excluded-charts: "influxdb-enterprise"
debug: true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment