Commit e0da1bbc authored by David McKay's avatar David McKay

chore: provide secrets for test run

parent 82402b05
......@@ -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:
......
......@@ -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
......
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