Skip to content

Commit

Permalink
test out netmaker admin password in the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Mar 26, 2024
1 parent df38f8a commit cb3497d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-helm-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
id: install
if: steps.list-changed.outputs.changed == 'true'
run: |
ct install --target-branch ${{ github.event.repository.default_branch }}
ct install --target-branch ${{ github.event.repository.default_branch }} --helm-extra-set-args "--set=netmaker.admin.user=testadmin" --helm-extra-set-args "--set=netmaker.admin.password=testadminpassword"

0 comments on commit cb3497d

Please sign in to comment.