Skip to content

Commit f7aab05

Browse files
committed
docs: fix image path
1 parent 556ceb6 commit f7aab05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ bypasses their api and manages the resources on MongoDB directly.
1818

1919
## Resource relationship
2020

21-
![graph](https://github.com/DoodleScheduling/k8sgrowthbook-controller/blob/master/docs/resource-relationship.jpg.jpg?raw=true)
21+
![graph](https://github.com/DoodleScheduling/k8sgrowthbook-controller/blob/master/docs/resource-relationship.jpg?raw=true)
2222

2323
## Example Usage
2424

@@ -178,4 +178,4 @@ Available env variables:
178178
| `ENABLE_LEADER_ELECTION` | Enable leader election for controller manager. | `false` |
179179
| `LEADER_ELECTION_NAMESPACE` | Change the leader election namespace. This is by default the same where the controller is deployed. | `` |
180180
| `NAMESPACES` | The controller listens by default for all namespaces. This may be limited to a comma delimted list of dedicated namespaces. | `` |
181-
| `CONCURRENT` | The number of concurrent reconcile workers. | `2` |
181+
| `CONCURRENT` | The number of concurrent reconcile workers. | `2` |

0 commit comments

Comments
 (0)