Skip to content

Commit

Permalink
chore: Adding existing secret for ci testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Oct 17, 2024
1 parent 692b423 commit 4f8a392
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ jobs:

- name: Run chart-testing (install - with args)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --target-branch ${{ github.event.repository.default_branch }} --helm-extra-set-args "-f charts/keycloak-reporter/ci.values.yaml"
run: |
kubectl -n kc-reporter create secret generic kc-reporter \
--from-literal=clientSecret=test
ct install --target-branch ${{ github.event.repository.default_branch }} --helm-extra-set-args "-n kc-reporter -f charts/keycloak-reporter/ci.values.yaml"
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4f8a392

Please sign in to comment.