Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryDodzin committed Apr 14, 2024
1 parent c23a4d4 commit 36b9965
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 @@ -34,4 +34,4 @@ jobs:
memory: '4gb'
- uses: azure/[email protected]
- uses: kofemann/[email protected]
- run: helm install mirrord-operator --set license.file.data."license\\.pem"=$MIRRORD_OPERATOR_LICENSE --set operator.disableTelemetries=true --set tls.data."tls\\.key"="$(cat hostkey.pem)" --set tls.data."tls\\.crt"="$(cat hostcert.pem)" ./mirrord-operator
- run: helm install mirrord-operator --set license.file.data."license\\.pem"=$MIRRORD_OPERATOR_LICENSE --set operator.disableTelemetries=true --set tls.data."tls\\.key"="$(cat ./hostkey.pem)" --set tls.data."tls\\.crt"="$(cat ./hostcert.pem)" ./mirrord-operator

0 comments on commit 36b9965

Please sign in to comment.