Skip to content

Commit

Permalink
fix cutpaste error, sets cpu correctly (#237)
Browse files Browse the repository at this point in the history
Signed-off-by: Ville Aikas <vaikas@gmail.com>
  • Loading branch information
vaikas authored Nov 9, 2021
1 parent 53bb400 commit 5ec1b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
run: |
# Reduce the resource requests of Fulcio
sed -i -e 's,memory: "1G",memory: "100m",g' ${{ github.workspace }}/config/deployment.yaml
sed -i -e 's,cpu: ".5",memory: "50m",g' ${{ github.workspace }}/config/deployment.yaml
sed -i -e 's,cpu: ".5",cpu: "50m",g' ${{ github.workspace }}/config/deployment.yaml
# Switch to the ephemeralca for testing.
sed -i -e 's,--ca=googleca,--ca=ephemeralca,g' ${{ github.workspace }}/config/deployment.yaml
# Drop the ct-log flag's value to elide CT-log uploads.
Expand Down

0 comments on commit 5ec1b29

Please sign in to comment.