mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
16 lines
378 B
YAML
16 lines
378 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
|
|
# - cmp-plugin.yaml
|
|
|
|
# changes to config maps
|
|
# patches:
|
|
# - path: overlays/cmp-plugin-patch.yaml
|