Skip to content

Commit

Permalink
fix: repo jetstack not found (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
skl authored Jan 16, 2024
1 parent 4d1367c commit de79fdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/setup-local-test-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ helm install mysql oci://registry-1.docker.io/bitnamicharts/mysql -f "${MYSQL_VA
kubectl apply -f "${MYSQL_CONFIG_MANIFEST}"

# Cert Manager for integration testing (service annotations)
helm repo add jetstack https://charts.jetstack.io
helm install cert-manager jetstack/cert-manager -f "${CERT_MANAGER_VALUES}" -n cert-manager --create-namespace --wait

# This agent is only used for generating metrics, logs, and traces that'll get
Expand Down

0 comments on commit de79fdc

Please sign in to comment.