Files
gitops/argocd/applications/kubernetes-dashboard.yaml
T
claude-code 24e9a653f3 feat: add GitOps structure for kubernetes-dashboard, n8n, xslt-lab
- apps/kubernetes-dashboard: raw manifests (namespace, rbac, deployment, service, ingress)
- apps/n8n: Helm values referencing existing n8n-postgresql secret (no password in git)
- apps/xslt-lab: Helm values for xslt-playground chart
- argocd/applications: ArgoCD Application CRDs for all three apps
2026-04-29 12:58:28 +02:00

19 lines
456 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kubernetes-dashboard
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.alexandre-vazquez.cloud/baphemot/gitops.git
targetRevision: HEAD
path: apps/kubernetes-dashboard
destination:
server: https://kubernetes.default.svc
namespace: kubernetes-dashboard
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true