Skip to content

Commit

Permalink
Remove second installation of cert-manager (#300)
Browse files Browse the repository at this point in the history
Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
  • Loading branch information
m1kola committed Jul 9, 2024
1 parent 7c0bcb4 commit f2dfb2a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/tools/imageregistry/registry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ set -e
# Usage:
# registry.sh

# Install cert-manager
kubectl apply -f "https://github.com/cert-manager/cert-manager/releases/download/v1.13.1/cert-manager.yaml"
kubectl wait --for=condition=Available --namespace=cert-manager deployment/cert-manager-webhook --timeout=60s

# create the image registry with all the certs
kubectl apply -f test/tools/imageregistry/imgreg.yaml
kubectl wait -n catalogd-e2e --for=condition=Available deployment/docker-registry --timeout=60s
Expand Down

0 comments on commit f2dfb2a

Please sign in to comment.