Skip to content

How to place grafana dashboard in a folder other than the default folder #1452

Answered by AlHood77
perlinger asked this question in Q&A
Discussion options

You must be logged in to vote

This is how I did it

    values+:: {
      common+: {
        namespace: 'monitoring',
      },
      prometheus+: {
        namespaces+: [],
      },
      grafana+:: {
        folderDashboards+:: {
          Postgres: {
            'postgres.json': (import '../dashboards/postgres.json'),
          },
        },
      },
    },

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by paulfantom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #1274 on October 21, 2021 09:18.