8 lines
176 B
YAML
8 lines
176 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: argocd
|
|
|
|
resources:
|
|
- https://github.com/argoproj/argo-cd.git/manifests/cluster-install?ref=stable
|