Skip to content

Commit

Permalink
chore: update a flag in makefile (ratify-project#1584)
Browse files Browse the repository at this point in the history
  • Loading branch information
junczhu authored and binbin-li committed Sep 14, 2024
1 parent 04e5cf3 commit 3d2cda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ e2e-helm-deploy-ratify-without-tls-certs:
--set image.tag=test \
--set gatekeeper.version=${GATEKEEPER_VERSION} \
--set featureFlags.RATIFY_CERT_ROTATION=${CERT_ROTATION_ENABLED} \
--set notaryCert="$$(cat ~/.config/notation/localkeys/ratify-bats-test.crt)" \
--set notationCerts[0]="$$(cat ~/.config/notation/localkeys/ratify-bats-test.crt)" \
--set cosign.key="$$(cat .staging/cosign/cosign.pub)" \
--set cosignKeys[0]="$$(cat .staging/cosign/cosign.pub)" \
--set cosign.tLogVerify=false \
Expand Down

0 comments on commit 3d2cda9

Please sign in to comment.