argocdapp 插件
注意:
- 在使用该插件前需要先安装 Argocd CD。你可以使用 来安装它。
- 目前该插件只支持 Helm chart 的配置方式。
YAML
YAML
---
tools:
plugin: argocdapp
dependsOn: ["repo-scaffolding.golang-github"]
options:
name: hello
namespace: argocd
destination:
namespace: default
source:
path: charts/go-hello-http
repoURL: https://github.com/devstream-io/testrepo.git
imageRepo:
url: http://test.barbor.com/library
tag: "1.0.0"