mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 01:19:44 +00:00
12 lines
386 B
YAML
12 lines
386 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: argocd
|
|
commonLabels:
|
|
app.kubernetes.io/version: v2.2.5
|
|
app.kubernetes.io/managed-by: argocd
|
|
resources:
|
|
- install.yaml # from https://raw.githubusercontent.com/argoproj/argo-cd/v2.2.5/manifests/install.yaml
|
|
- ingress.yaml
|
|
patchesStrategicMerge:
|
|
- patches/argocd-cm.yaml
|
|
- patches/argocd-rbac-cm.yaml
|