19 lines
362 B
YAML
19 lines
362 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: argocd
|
|
|
|
resources:
|
|
- namespaces.yml
|
|
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.2/manifests/install.yaml
|
|
- management-plugin.yml
|
|
|
|
patches:
|
|
- path: management-plugin-patch.yml
|
|
target:
|
|
group: apps
|
|
version: v1
|
|
kind: Deployment
|
|
name: argocd-repo-server
|