16 lines
513 B
YAML
16 lines
513 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: argocd
|
|
|
|
resources:
|
|
- https://github.com/argoproj/argo-cd.git/manifests/crds?ref=stable
|
|
- https://github.com/argoproj/argo-cd.git/manifests/cluster-install?ref=stable
|
|
- ingress.yaml
|
|
|
|
# Serve plain HTTP behind the nginx ingress (TLS terminates at nothing —
|
|
# internal-only app convention). Applied live via kubectl patch on first
|
|
# install; this file keeps git as the source of truth.
|
|
patches:
|
|
- path: server-insecure-patch.yaml
|