diff --git a/README.md b/README.md index b9591a5..eddcd94 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ type the path to traverse `.person.address.city` makes it easy to explore multi-doc outputs of helm templates. ```bash -$ helm template my-release oci://ghcr.io/nginxinc/charts/nginx-ingress | yn +$ helm template ingress-nginx ingress-nginx --repo https://kubernetes.github.io/ingress-nginx --namespace ingress-nginx | yn ``` ![multidoc](/images/multidoc.png) diff --git a/images/multidoc.png b/images/multidoc.png index 74214e0..55a44af 100644 Binary files a/images/multidoc.png and b/images/multidoc.png differ