Skip to content

Commit

Permalink
Create secret with license
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Mar 12, 2024
1 parent 0818c4e commit 2ac232d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
sleep 30
kubectl -n ingress-nginx get all
- name: Create secret
run: |
kubectl -n default create secret generic bindplane \
--from-literal=license=${{ secrets.BINDPLANE_LICENSE }}
- name: Deploy
run: |
helm template \
Expand Down

0 comments on commit 2ac232d

Please sign in to comment.