Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The operator deploys a simple webserver that has three roles:

### 1. Mutating webhook

The webhook watches all namespaces labeled with `furnace: enabled`. If a new pod is created its definition is agaub checked for label or annotation `furnace: enabled`. If both these conditions hold, the pod gets injected a sidecar container with Furnace.
The webhook watches all namespaces labeled with `furnace: enabled`. If a new pod is created its definition is again checked for label or annotation `furnace: enabled`. If both these conditions hold, the pod gets injected a sidecar container with Furnace.

### 2. Proxy

Expand Down Expand Up @@ -117,4 +117,4 @@ cd furnace-app
podman build -t quay.io/rvansa/furnace -f src/main/docker/Dockerfile.furnace . && podman push quay.io/rvansa/furnace
```

Note: since the sidecar contains the application as well it must be built before the sidecar.
Note: since the sidecar contains the application as well it must be built before the sidecar.