Skip to content

Commit

Permalink
updated gitops (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartr authored Oct 11, 2022
1 parent 669ceba commit 8c62b31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: flux-system
spec:
interval: 1m0s
path: ./clusters/{{gitops.cluster.store}}/flux-system
path: ./clusters/{{gitops.cluster.name}}/flux-system
prune: true
sourceRef:
kind: GitRepository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ data:
scrape_interval: 5s
evaluation_interval: 5s
external_labels:
origin_prometheus: {{gitops.cluster.store}}
origin_prometheus: {{gitops.cluster.name}}
remote_write:
- url: {{gitops.prometheusURL}}
basic_auth:
Expand Down
2 changes: 1 addition & 1 deletion labs/advanced-labs/monitoring/prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ These values are located in the Grafana Cloud Portal.
scrape_interval: 5s
evaluation_interval: 5s
external_labels:
origin_prometheus: {{gitops.cluster.store}}
origin_prometheus: {{gitops.cluster.name}}

```

Expand Down

0 comments on commit 8c62b31

Please sign in to comment.