Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets committed Jan 12, 2024
1 parent 2c71bce commit 92c93ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
uses: medyagh/setup-minikube@latest

- name: Run chart-testing (install)
run: helm install mirrord ./mirrord-operator --wait --set=license.key="1234567aa890"
run: |
echo ${{ secrets.MIRRORD_OPERATOR_LICENSE }} | base64 --decode > ./test-license.pem
helm install mirrord ./mirrord-operator --wait --set-file license.file.data.license.pem=test-license.pem
- name: wait for operator status
run: |
Expand Down

0 comments on commit 92c93ba

Please sign in to comment.