Newer
Older
KubernetesApplication / ArgoCD / manifests / base / kustomization.yaml
@yangyang xie yangyang xie on 31 Aug 2022 299 bytes add more k8s bundle
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization


images:
- name: quay.io/argoproj/argocd
  newName: quay.io/argoproj/argocd
  newTag: latest
resources:
- ./application-controller
- ./dex
- ./repo-server
- ./server
- ./config
- ./redis
- ./notification
- ./applicationset-controller