Files
platform/argocd/kustomization.yaml
Mayne0213 045967b265 REFACTOR(argocd): move config files to manifests/
- Move namespace.yaml to manifests/
- Move argocd-cm.yaml to manifests/
- Move argocd-rbac-cm.yaml to manifests/
- Move argocd-cmd-params-cm.yaml to manifests/
- Move ingress.yaml to manifests/
2026-01-06 15:42:19 +09:00

9 lines
224 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- manifests/namespace.yaml
- manifests/argocd-cm.yaml
- manifests/argocd-rbac-cm.yaml
- manifests/argocd-cmd-params-cm.yaml
- manifests/ingress.yaml