You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Guys,
i have a question. I am trying to automate the dashboard process where the .json grafana dashboard file for my application is in my app repo and i have the different helm chart repo for the deployment.
The ask was is there anyway in argo appset where i can give both the repo as a source, and when argo rendering the templates is it a way to inject the whole .json file content as a value for a parameter in my values file?
my values file
dashboard:
name: "monitoring-app-helmtest"
namespace: "grafana-monitoring"
labels:
app: "grafana"
component: "dashboard"
description: "Dynamic dashboard for monitoring metrics and traces"
title: "Monitoring Dashboard for dev helmtst"
timeRange:
from: "now-6h"
to: "now"
dashboardJson: {}
I want the whole json file content as to be injected as a value of my dashboardJson: in the values file
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello Guys,
i have a question. I am trying to automate the dashboard process where the .json grafana dashboard file for my application is in my app repo and i have the different helm chart repo for the deployment.
The ask was is there anyway in argo appset where i can give both the repo as a source, and when argo rendering the templates is it a way to inject the whole .json file content as a value for a parameter in my values file?
my values file
dashboard:
name: "monitoring-app-helmtest"
namespace: "grafana-monitoring"
labels:
app: "grafana"
component: "dashboard"
description: "Dynamic dashboard for monitoring metrics and traces"
title: "Monitoring Dashboard for dev helmtst"
timeRange:
from: "now-6h"
to: "now"
dashboardJson: {}
I want the whole json file content as to be injected as a value of my dashboardJson: in the values file
Beta Was this translation helpful? Give feedback.
All reactions