fix(observability-client): 🐛 fix remote write URL and add missing manifests dir
- Fix broken remote write URL: o12y.observability. → o12y.observability.buildth.ing - Create manifests/ directory with .gitkeep for ArgoCD source path
This commit is contained in:
parent
369961a940
commit
59eed97263
2 changed files with 1 additions and 1 deletions
|
|
@ -778,7 +778,7 @@ vmagent:
|
||||||
# -- Remote write configuration of VMAgent, allowed parameters defined in a [spec](https://docs.victoriametrics.com/operator/api#vmagentremotewritespec)
|
# -- Remote write configuration of VMAgent, allowed parameters defined in a [spec](https://docs.victoriametrics.com/operator/api#vmagentremotewritespec)
|
||||||
additionalRemoteWrites:
|
additionalRemoteWrites:
|
||||||
# []
|
# []
|
||||||
- url: https://o12y.observability./api/v1/write
|
- url: https://o12y.observability.buildth.ing/api/v1/write
|
||||||
basicAuth:
|
basicAuth:
|
||||||
username:
|
username:
|
||||||
name: simple-user-secret
|
name: simple-user-secret
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue