diff options
author | makefunstuff <[email protected]> | 2024-06-28 23:25:37 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-28 23:25:37 +0200 |
commit | 794f1de47aa469fe0a54800bdba28120247311b8 (patch) | |
tree | 038f9175e17029b728147ad6120e23f5388dffb7 /cd | |
parent | 5a58061b2fc2db41b2953b7be5bacf452deb1dcb (diff) | |
download | k3s-lab-794f1de47aa469fe0a54800bdba28120247311b8.tar.gz |
add elastic
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 7cdd906..eda55e4 100644 --- a/cd/tools.yaml +++ b/cd/tools.yaml @@ -11,6 +11,8 @@ spec: path: tools/grafana - chart: prometheus path: tools/prometheus + - chart: elasticsearch + path: tools/elasticsearch template: metadata: name: '{{chart}}' |