From 15e4296be4c303259f86d450be32b016877cef84 Mon Sep 17 00:00:00 2001 From: gabemontero Date: Thu, 28 Sep 2023 16:08:05 -0400 Subject: [PATCH] add datasource/uid warning in dev README --- .../openshift/gitops/argocd/pipeline-service-o11y/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/developer/openshift/gitops/argocd/pipeline-service-o11y/README.md b/developer/openshift/gitops/argocd/pipeline-service-o11y/README.md index bd1570452..d48c6ecd7 100644 --- a/developer/openshift/gitops/argocd/pipeline-service-o11y/README.md +++ b/developer/openshift/gitops/argocd/pipeline-service-o11y/README.md @@ -18,7 +18,8 @@ To iterate on your dashboard (deploying with `--use-current-branch`): 3. Click the "Share" icon to save the dashboard to JSON. 4. Copy the JSON into the pipeline-service-dashboard.json file, located in `operator/gitops/argocd/grafana/dashboards`. -5. Commit the updated JSON, push to your branch, and verify the dashboard is +5. Remove any `datasource` references with `uid` entries. Those `uid` entries will not work on staging or prod. And if you are editing the JSON file form staging or prod, those `uid` entries will become stale. +6. Commit the updated JSON, push to your branch, and verify the dashboard is updated once ArgoCD syncs your repository. ## Components