Skip to content

Commit

Permalink
ci: Fix failing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
borchero committed Oct 24, 2023
1 parent b6b47e2 commit 80a5934
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ setup-cluster: create-cluster
kubectl apply -f https://kind.sigs.k8s.io/examples/loadbalancer/metallb-config.yaml
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v2.6/docs/content/reference/dynamic-configuration/traefik.containo.us_ingressroutes.yaml
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
helm repo add bitnami https://charts.bitnami.com/bitnami
helm upgrade --install --set crd.create=true --wait external-dns bitnami/external-dns
helm upgrade --install --set crd.create=true --wait external-dns oci://registry-1.docker.io/bitnamicharts/external-dns
kubectl apply -f dev/manifests/ca-secret.yaml
kubectl apply -f dev/manifests/tls-issuer.yaml

Expand Down

0 comments on commit 80a5934

Please sign in to comment.