Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
influxdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
influxdb
Commits
ba8b0057
Commit
ba8b0057
authored
Jul 08, 2020
by
David McKay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: exclude enterprise chart from testing
parent
e67fa699
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
ct.yaml
ct.yaml
+5
-1
No files found.
ct.yaml
View file @
ba8b0057
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment