diff options
author | makefunstuff <[email protected]> | 2024-06-27 23:50:06 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-27 23:50:06 +0200 |
commit | e63ad3ad429513a731778f118283092e9efab83f (patch) | |
tree | c35993515654ea4ab883afec0b94629869b5c040 /third-party/grafana/helmfile.yaml | |
parent | 608a95ca4fa23d2aef9a121a285f8332313df54c (diff) | |
download | k3s-lab-e63ad3ad429513a731778f118283092e9efab83f.tar.gz |
grafana
Diffstat (limited to '')
-rw-r--r-- | third-party/grafana/helmfile.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/third-party/grafana/helmfile.yaml b/third-party/grafana/helmfile.yaml new file mode 100644 index 0000000..3c98528 --- /dev/null +++ b/third-party/grafana/helmfile.yaml @@ -0,0 +1,10 @@ +repositories: + - name: grafana + url: https://grafana.github.io/helm-charts + +releases: + - name: grafana + namespace: monitoring + chart: grafana/grafana + values: + - ./values.yaml |