Commit e0da1bbc authored by David McKay's avatar David McKay

chore: provide secrets for test run

parent 82402b05
...@@ -26,6 +26,11 @@ jobs: ...@@ -26,6 +26,11 @@ jobs:
# Only build a kind cluster if there are chart changes to test. # Only build a kind cluster if there are chart changes to test.
if: steps.lint.outputs.changed == 'true' 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) - name: Run chart-testing (install)
uses: helm/chart-testing-action@v1.0.0-rc.1 uses: helm/chart-testing-action@v1.0.0-rc.1
with: with:
......
...@@ -6,18 +6,18 @@ nameOverride: "" ...@@ -6,18 +6,18 @@ nameOverride: ""
fullnameOverride: "" fullnameOverride: ""
imagePullSecrets: [] imagePullSecrets: []
license: {} license:
# You can put your license key here for testing this chart out, # You can put your license key here for testing this chart out,
# but we STRONGLY recommend using a license file stored in a secret # but we STRONGLY recommend using a license file stored in a secret
# when you ship to production. # when you ship to production.
# key: "your license key" # key: "your license key"
# secret: secret:
# name: license name: license
# key: json key: json
# A secret with keys "username" and "password" is required # A secret with keys "username" and "password" is required
auth: {} auth:
# secretName: auth secretName: auth
meta: meta:
replicas: 3 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