From a1cc406d7ea8584687e1bb07b1f7e3df493a5f97 Mon Sep 17 00:00:00 2001 From: Christian Ingenhaag Date: Thu, 29 Aug 2024 10:13:45 +0200 Subject: [PATCH] Update quickstart.md * Adjust docker image name for iris to match iris helm chart default values * Add ingress.hostname adjustment to match ingress.test, even if it might not be critical for this local guide --- docs/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 97ac4d9..16badd3 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -293,12 +293,12 @@ If you have not yet installed an identity provider in the cluster, you can do so * Build the image: ```powershell - docker build -t iris:latest -f .\identity-iris-keycloak-image\Dockerfile.multi-stage .\identity-iris-keycloak-image + docker build -t iris_keycloak:latest -f .\identity-iris-keycloak-image\Dockerfile.multi-stage .\identity-iris-keycloak-image ``` * Import the image into the cluster: ```powershell - k3d image import docker.io/library/iris:latest -c horizon-playground + k3d image import docker.io/library/iris_keycloak:latest -c horizon-playground ``` * Required for k3d/k3s: Set the StorageClass name to "local-path":