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
e0da1bbc
Commit
e0da1bbc
authored
Jun 25, 2020
by
David McKay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: provide secrets for test run
parent
82402b05
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
helm-charts-test.yaml
.github/workflows/helm-charts-test.yaml
+5
-0
values.yaml
charts/influxdb-enterprise/values.yaml
+6
-6
No files found.
.github/workflows/helm-charts-test.yaml
View file @
e0da1bbc
...
...
@@ -26,6 +26,11 @@ jobs:
# Only build a kind cluster if there are chart changes to test.
if
:
steps.lint.outputs.changed == 'true'
# Our Enterprise chart requires some resources created
-
name
:
Create Enterprise Test Resources
run
:
|
kubectl apply -f ./charts/influxdb-enterprise/example-secrets.yaml
-
name
:
Run chart-testing (install)
uses
:
helm/chart-testing-action@v1.0.0-rc.1
with
:
...
...
charts/influxdb-enterprise/values.yaml
View file @
e0da1bbc
...
...
@@ -6,18 +6,18 @@ nameOverride: ""
fullnameOverride
:
"
"
imagePullSecrets
:
[]
license
:
{}
license
:
# You can put your license key here for testing this chart out,
# but we STRONGLY recommend using a license file stored in a secret
# when you ship to production.
# key: "your license key"
#
secret:
#
name: license
#
key: json
secret
:
name
:
license
key
:
json
# A secret with keys "username" and "password" is required
auth
:
{}
#
secretName: auth
auth
:
secretName
:
auth
meta
:
replicas
:
3
...
...
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