diff options
author | makefunstuff <[email protected]> | 2024-07-01 22:49:36 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-07-01 22:49:36 +0200 |
commit | a8c9546bd2fb230e9c449979314ebee91175189b (patch) | |
tree | 0dabc41377aa513a98a79588c47503b258d4d72c /cd | |
parent | 8311e3558613276fe3d5dbb2b8d1bd8476c2f7e0 (diff) | |
download | k3s-lab-a8c9546bd2fb230e9c449979314ebee91175189b.tar.gz |
upd
Diffstat (limited to '')
-rw-r--r-- | cd/third-party-apps.yaml | 2 | ||||
-rw-r--r-- | cd/tools.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cd/third-party-apps.yaml b/cd/third-party-apps.yaml index 7d31f3a..e583c81 100644 --- a/cd/third-party-apps.yaml +++ b/cd/third-party-apps.yaml @@ -9,8 +9,6 @@ spec: elements: - chart: gitea path: third-party-apps/gitea - - chart: ollama - path: third-party-apps/ollama template: metadata: name: '{{chart}}' diff --git a/cd/tools.yaml b/cd/tools.yaml index 3283d1c..0b73569 100644 --- a/cd/tools.yaml +++ b/cd/tools.yaml @@ -7,6 +7,8 @@ spec: generators: - list: elements: + - chart: argocd + path: tools/argocd - chart: grafana path: tools/grafana - chart: prometheus |