28 lines
946 B
YAML
28 lines
946 B
YAML
|
|
# railiance01 root app (RPF-WP-0044, founder's Option A, 2026-09-21).
|
||
|
|
# No `automated` block: the root syncs only when synced by hand, with the
|
||
|
|
# revision pinned in the sync operation. T07 restores automated sync after
|
||
|
|
# T03-T06 are proven. coulombcore keeps argocd/bootstrap -> argocd/applications
|
||
|
|
# until phase C; nothing here is read by coulombcore.
|
||
|
|
apiVersion: argoproj.io/v1alpha1
|
||
|
|
kind: Application
|
||
|
|
metadata:
|
||
|
|
name: railiance-apps-root
|
||
|
|
namespace: argocd
|
||
|
|
labels:
|
||
|
|
app.kubernetes.io/part-of: railiance-gitops
|
||
|
|
railiance-platform/component: gitops
|
||
|
|
spec:
|
||
|
|
project: railiance-bootstrap
|
||
|
|
source:
|
||
|
|
repoURL: https://forgejo.coulomb.social/coulomb/railiance-platform.git
|
||
|
|
targetRevision: main
|
||
|
|
path: argocd/railiance01/applications
|
||
|
|
destination:
|
||
|
|
server: https://kubernetes.default.svc
|
||
|
|
namespace: argocd
|
||
|
|
syncPolicy:
|
||
|
|
syncOptions:
|
||
|
|
- CreateNamespace=false
|
||
|
|
- ApplyOutOfSyncOnly=true
|
||
|
|
- PruneLast=true
|