Skip to content

Commit

Permalink
Enabled testing with hosted NetBox
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Dec 10, 2024
1 parent ed86808 commit 6a1a53c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ jobs:
if: contains(matrix.action, 'install')

- name: Run chart-testing (${{ matrix.action }})
run: ct ${{ matrix.action }} --config config.yaml --debug
run: ct ${{ matrix.action }} --config config.yaml --debug --helm-extra-set-args="$CT_HELM_EXTRA_SET_ARGS"
env:
CT_HELM_EXTRA_SET_ARGS: --set=host=${{ secrets.NETBOX_URL }} --set=auth.apiToken=${{ secrets.NETBOX_TOKEN }}
1 change: 0 additions & 1 deletion charts/netbox-operator/ci/default-values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
host: demo.netbox.dev
https: true

0 comments on commit 6a1a53c

Please sign in to comment.