Skip to content

Commit

Permalink
decode license pem
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Dec 31, 2024
1 parent 95dae72 commit 606040b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,14 @@ jobs:
cpus: 'max'
memory: '4gb'
- uses: azure/[email protected]
- name: install the chart
- name: prepare operator license
env:
MIRRORD_OPERATOR_LICENSE: ${{ secrets.MIRRORD_OPERATOR_LICENSE }}
run: echo $MIRRORD_OPERATOR_LICENSE | base64 --decode > license.pem
- name: install the chart
run: |
helm install mirrord-operator \
--set license.file.data."license\\.pem"="$MIRRORD_OPERATOR_LICENSE" \
--set license.file.data."license\\.pem"="${cat license.pem}" \
--set operator.disableTelemetries=true \
--set operator.podAnnotations."annotation\.metalbear\.co/name"="operator" \
--set operator.podAnnotations."annotation\.metalbear\.co/version"="latest" \
Expand Down

0 comments on commit 606040b

Please sign in to comment.