diff --git a/Makefile b/Makefile index fac7c2a06..5a6706f0b 100644 --- a/Makefile +++ b/Makefile @@ -453,7 +453,6 @@ e2e-deploy-base-ratify: e2e-notation-setup e2e-notation-leaf-cert-setup e2e-inli --set-file provider.tls.caKey=${CERT_DIR}/ca.key \ --set provider.tls.cabundle="$(shell cat ${CERT_DIR}/ca.crt | base64 | tr -d '\n')" \ --set notationCert="$$(cat ~/.config/notation/localkeys/ratify-bats-test.crt)" \ - --set oras.useHttp=true \ --set cosign.enabled=false \ --set-file dockerConfig="mount_config.json" \ --set logger.level=debug @@ -492,7 +491,6 @@ e2e-helm-deploy-ratify: --set provider.tls.cabundle="$(shell cat ${CERT_DIR}/ca.crt | base64 | tr -d '\n')" \ --set notationCert="$$(cat ~/.config/notation/localkeys/ratify-bats-test.crt)" \ --set cosign.key="$$(cat .staging/cosign/cosign.pub)" \ - --set oras.useHttp=true \ --set-file dockerConfig="mount_config.json" \ --set logger.level=debug @@ -510,7 +508,6 @@ e2e-helm-deploy-ratify-without-tls-certs: --set featureFlags.RATIFY_CERT_ROTATION=${CERT_ROTATION_ENABLED} \ --set notaryCert="$$(cat ~/.config/notation/localkeys/ratify-bats-test.crt)" \ --set cosign.key="$$(cat .staging/cosign/cosign.pub)" \ - --set oras.useHttp=true \ --set-file dockerConfig="mount_config.json" \ --set logger.level=debug @@ -549,7 +546,6 @@ e2e-helm-deploy-ratify-replica: e2e-helm-deploy-redis e2e-notation-setup e2e-bui --set-file provider.tls.caKey=${CERT_DIR}/ca.key \ --set provider.tls.cabundle="$(shell cat ${CERT_DIR}/ca.crt | base64 | tr -d '\n')" \ --set notationCert="$$(cat ~/.config/notation/localkeys/ratify-bats-test.crt)" \ - --set oras.useHttp=true \ --set cosign.enabled=false \ --set-file dockerConfig="mount_config.json" \ --set logger.level=debug \