mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-24 05:08:00 +00:00
squash me
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
923a676005
commit
7eb1b821a4
5 changed files with 20 additions and 19 deletions
20
apps_temp/forgejo.yaml
Normal file
20
apps_temp/forgejo.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue