mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-06 08:50:44 +00:00
Mostly copied over from my old repo and modified for app of apps. Cleaning up the mess from migration Signed-off-by: gwg313 <gwg313@pm.me>
20 lines
424 B
YAML
20 lines
424 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: forgejo
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://github.com/gwg313/homelab-gitops
|
|
targetRevision: main
|
|
path: forgejo
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: forgejo
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true
|
|
prune: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|