Replies: 1 comment
-
q&a opened |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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