Files
k8scd/argocd/kustomization.yaml
T
2024-09-14 21:46:46 +02:00

18 lines
458 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: argocd
# additional resources like ingress rules, cluster and repository secrets.
resources:
- https://raw.githubusercontent.com/argoproj/argo-cd/master/manifests/install.yaml?ref=stable
- ingress.yaml
patches:
- target:
group: apps
version: v1
kind: Deployments
name: argocd-notifications-controller
path: argocd-notifications-controller-patch.yaml