Skip to content

Commit

Permalink
put license pem in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Dec 31, 2024
1 parent b3b544f commit 95dae72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
MIRRORD_OPERATOR_LICENSE: ${{ secrets.MIRRORD_OPERATOR_LICENSE }}
run: |
helm install mirrord-operator \
--set license.file.data."license\\.pem"=$MIRRORD_OPERATOR_LICENSE \
--set license.file.data."license\\.pem"="$MIRRORD_OPERATOR_LICENSE" \
--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 95dae72

Please sign in to comment.