Organized ArgoCD applications by Forge domain
This commit is contained in:
parent
5c5b1fb95c
commit
fa5695e4c9
11 changed files with 1 additions and 1 deletions
18
argocd-apps/management/forgejo.yaml
Normal file
18
argocd-apps/management/forgejo.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: forgejo
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: platform
|
||||
source:
|
||||
repoURL: https://www.symcrest.com/internal/dev/git/symcrest/k8s-platform.git
|
||||
targetRevision: main
|
||||
path: rendered/forgejo
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: forgejo
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: false
|
||||
selfHeal: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue