跳到主要内容

ArgoCD Extensions

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
# base Argo CD components
#- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/ha/install.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml

components:
# extensions controller component
- https://github.com/argoproj-labs/argocd-extensions/manifests
kustomize build customize -o install.yaml

Sources has not been downloaded yet, redownloading