Skip to content

Commit

Permalink
Merge pull request #135 from observatorium/fix/rename
Browse files Browse the repository at this point in the history
Fix missed generated files due to recent change
  • Loading branch information
onprem committed Apr 27, 2021
2 parents 0164651 + f351112 commit cbff1da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- checkout
- run: |
make observatorium
make build
git diff --exit-code
lint:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Compatible backends must implement the Loki write API, e.g. Loki.

[embedmd]:# (tmp/help.txt)
```txt
Usage of ./observatorium:
Usage of ./observatorium-api:
-debug.block-profile-rate int
The percentage of goroutine blocking events that are reported in the blocking profile. (default 10)
-debug.mutex-profile-fraction int
Expand Down
3 changes: 1 addition & 2 deletions examples/manifests/deployment-with-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ spec:
- --tls.healthchecks.server-ca-file=/var/run/tls/ca
- --tls.reload-interval=1m
- --tls.healthchecks.server-name=example.com
# TODO(onprem): Update to observatorium/api when a image is published.
image: quay.io/observatorium/observatorium:master-2020-09-04-v0.1.1-131-ga4c5a9c
image: quay.io/observatorium/api:master-2020-09-04-v0.1.1-131-ga4c5a9c
livenessProbe:
failureThreshold: 10
httpGet:
Expand Down
3 changes: 1 addition & 2 deletions examples/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ spec:
- --logs.write.endpoint=http://127.0.0.1:3100
- --rbac.config=/etc/observatorium/rbac.yaml
- --tenants.config=/etc/observatorium/tenants.yaml
# TODO(onprem): Update to observatorium/api when a image is published.
image: quay.io/observatorium/observatorium:master-2020-09-04-v0.1.1-131-ga4c5a9c
image: quay.io/observatorium/api:master-2020-09-04-v0.1.1-131-ga4c5a9c
livenessProbe:
failureThreshold: 10
httpGet:
Expand Down

0 comments on commit cbff1da

Please sign in to comment.