Skip to content

Commit

Permalink
Revert and then improve footnotes on deploying custom Dracon components.
Browse files Browse the repository at this point in the history
  • Loading branch information
andream16 authored and ptzianos committed Sep 5, 2024
1 parent 5844fb5 commit 4fe6167
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,15 @@ are using, if you are using something else:
make publish-component-containers CONTAINER_REPO=localhost:5000/ocurity/dracon
```

*Notice that the repo we are using is slightly different from the
*\*Notice that the repo we are using is slightly different from the
one we pushed the images in the previous step. That's because with local
registries the registry is exposed on a port in localhost, however inside the
KiND cluster, that's not the case. Instead, the registry's host is
`kind-registry:5000`. This is also going to be important later when we will
deploy the pipelines and their image repositories will also have to be set to
this value.
\
\
Make sure that you use the draconctl image that you pushed in the repository.*
this value.*

*\*\*Make sure that you use the draconctl image that you pushed in the repository.*

#### Using a different base image for your images

Expand Down

0 comments on commit 4fe6167

Please sign in to comment.