Skip to content

Commit

Permalink
Merge pull request #9 from telekom/chrisingenhaag-patch-1
Browse files Browse the repository at this point in the history
Update quickstart.md
  • Loading branch information
Th3Shadowbroker authored Sep 10, 2024
2 parents cbe1350 + a1cc406 commit 885d02b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 885d02b

Please sign in to comment.