mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
18 lines
319 B
YAML
18 lines
319 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
bases:
|
|
- ../base
|
|
|
|
resources:
|
|
- ./gitops-agent-role-binding.yaml
|
|
- ./gitops-agent-role.yaml
|
|
|
|
patchesJson6902:
|
|
- target:
|
|
group: apps
|
|
version: v1
|
|
kind: Deployment
|
|
name: gitops-agent
|
|
path: ./gitops-agent-deployment-overlay.yaml
|