24e9a653f3
- 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
19 lines
456 B
YAML
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
|