Skip to content

Commit

Permalink
fix cert-manager wrong path in standalone installation section (#2924)
Browse files Browse the repository at this point in the history
Signed-off-by: mahdikhashan <[email protected]>
  • Loading branch information
mahdikhashan authored Nov 25, 2024
1 parent d283f56 commit 35e2da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ admission webhooks.
Install cert-manager:

```sh
kustomize build common/cert-manager/cert-manager/base | kubectl apply -f -
kustomize build common/cert-manager/base | kubectl apply -f -
kustomize build common/cert-manager/kubeflow-issuer/base | kubectl apply -f -
echo "Waiting for cert-manager to be ready ..."
kubectl wait --for=condition=ready pod -l 'app in (cert-manager,webhook)' --timeout=180s -n cert-manager
Expand Down

0 comments on commit 35e2da4

Please sign in to comment.