6 lines
184 B
YAML
6 lines
184 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: argocd
|
|
resources:
|
|
- github.com/argoproj/argo-cd/manifests/ha/cluster-install?ref=v2.9.1
|
|
- ./ingress.yaml
|