diff options
author | makefunstuff <[email protected]> | 2024-06-28 22:07:26 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-28 22:07:26 +0200 |
commit | 855f27b71dc18eb74e32f6d7a302c60691c2a0b9 (patch) | |
tree | df393f7073524b94a93c28c7f9f4ecb5fc4b1ec1 /cd | |
parent | b55a40c2cdc90598cd314c7946af0b0def740104 (diff) | |
download | k3s-lab-855f27b71dc18eb74e32f6d7a302c60691c2a0b9.tar.gz |
prometheus
Diffstat (limited to '')
-rw-r--r-- | cd/tools.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cd/tools.yaml b/cd/tools.yaml index d4a2306..7cdd906 100644 --- a/cd/tools.yaml +++ b/cd/tools.yaml @@ -9,6 +9,8 @@ spec: elements: - chart: grafana path: tools/grafana + - chart: prometheus + path: tools/prometheus template: metadata: name: '{{chart}}' |