argocdapp 插件

    注意:

    • 在使用该插件前需要先安装 Argocd CD。你可以使用 来安装它。
    • 目前该插件只支持 Helm chart 的配置方式。

    YAML

    YAML

    1. ---
    2. tools:
    3. plugin: argocdapp
    4. dependsOn: ["repo-scaffolding.golang-github"]
    5. options:
    6. name: hello
    7. namespace: argocd
    8. destination:
    9. namespace: default
    10. source:
    11. path: charts/go-hello-http
    12. repoURL: https://github.com/devstream-io/testrepo.git
    13. imageRepo:
    14. url: http://test.barbor.com/library
    15. tag: "1.0.0"