Skip to content

Commit

Permalink
fixed command substitution?
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Dec 31, 2024
1 parent 606040b commit b72afc6
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 @@ -57,7 +57,7 @@ jobs:
- name: install the chart
run: |
helm install mirrord-operator \
--set license.file.data."license\\.pem"="${cat license.pem}" \
--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 b72afc6

Please sign in to comment.