Skip to content

Commit

Permalink
docs: remove braces from the tenant id
Browse files Browse the repository at this point in the history
Signed-off-by: Gyanendra Mishra <[email protected]>
  • Loading branch information
h4ck3rk3y authored Jul 8, 2024
1 parent 86d7c64 commit 29cb584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ or in the `kardinal-manager/deployment/k8s.yaml`:
env:
- name: KARDINAL_MANAGER_CLUSTER_CONFIG_ENDPOINT
# This is valid for reaching out the Kardinal Kontrol if this is running on the host
value: "http://localhost:8080/tenant/{36e22127-3c9e-4110-aa83-af552cd94b88}/cluster-resources"
value: "http://localhost:8080/tenant/36e22127-3c9e-4110-aa83-af552cd94b88/cluster-resources"
- name: KARDINAL_MANAGER_FETCHER_JOB_DURATION_SECONDS
value: "10"
```
Expand Down

0 comments on commit 29cb584

Please sign in to comment.