mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 18:09:44 +00:00
14 lines
407 B
YAML
14 lines
407 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: argocd
|
|
commonLabels:
|
|
app.kubernetes.io/version: v1.7.8
|
|
app.kubernetes.io/managed-by: argocd
|
|
resources:
|
|
# from https://raw.githubusercontent.com/argoproj/argo-cd/v1.4.2/manifests/install.yaml
|
|
- install.yaml
|
|
- ingress.yaml
|
|
patchesStrategicMerge:
|
|
- patches/argocd-server.yaml
|
|
- patches/argocd-cm.yaml
|
|
- patches/argocd-rbac-cm.yaml
|