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 5503e05 commit c23a4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
container-runtime: ${{ inputs.container-runtime }}
cpus: 'max'
memory: '4gb'
- run: kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.14.4/cert-manager.yaml
- uses: azure/[email protected]
- run: helm install mirrord-operator --set license.file.data."license\\.pem"=$MIRRORD_OPERATOR_LICENSE --set operator.disableTelemetries=true --set tls.certManager.enabled=true ./mirrord-operator
- 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

0 comments on commit c23a4d4

Please sign in to comment.