Add data group, kanban, postgres

This commit is contained in:
Ian Keane 2026-08-19 10:38:25 -04:00
parent 091470892c
commit 3dac8f4ebc
8 changed files with 257 additions and 1 deletions

View file

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kan
namespace: argocd
spec:
project: default
source:
repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
targetRevision: HEAD
path: charts/kan
destination:
server: https://kubernetes.default.svc
namespace: kan
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true