Skip to content

Commit e917094

Browse files
committed
fix(grafana): wire orphan status-onion-service.yaml into kustomization
The file existed in the workloads/grafana directory but wasn't referenced in resources, so the OnionService CR for the public status dashboard was never applied. Adding it brings the onion address listed on onion.makeitwork.cloud (7m3fv4pd5m...onion) live again.
1 parent 16133f1 commit e917094

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

workloads/grafana/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ resources:
99
- status-datasource.yaml
1010
- status-dashboard.yaml
1111
- onion-service.yaml
12+
- status-onion-service.yaml
1213
- tunnel-binding.yaml
1314
generators:
1415
- ksops-grafana-secrets.yaml

0 commit comments

Comments
 (0)