railiance-platform/argocd/railiance01/applications/bao-notice.application.yaml

27 lines
877 B
YAML
Raw Normal View History

# railiance01 child Application (RPF-WP-0047, founder request 2026-09-23 via
# user-engine 7d8982c2). Static notice only; OpenBao stays non-public.
# No automated sync, no finalizer; targetRevision is the reviewed commit.
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: bao-notice
namespace: argocd
labels:
app.kubernetes.io/part-of: railiance-gitops
railiance-platform/component: public-notice
annotations:
argocd.argoproj.io/sync-wave: "10"
spec:
project: railiance-tenants
source:
repoURL: https://forgejo.coulomb.social/coulomb/railiance-platform.git
targetRevision: 8cd7615eea0f1154045777947ada6769e9d37e21
path: argocd/platform-addons/bao-notice
destination:
server: https://kubernetes.default.svc
namespace: bao-notice
syncPolicy:
syncOptions:
- ApplyOutOfSyncOnly=true
- PruneLast=true