railiance-platform/argocd/railiance01/applications/eso-token-renewer.application.yaml

27 lines
913 B
YAML
Raw Normal View History

# railiance01 child Application (RPF-WP-0046-T04, founder go-ahead 2026-09-23).
# Requires the platform-addons AppProject to carry batch/CronJob. No automated
# sync, no finalizer; targetRevision is the reviewed renewer commit.
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: eso-token-renewer
namespace: argocd
labels:
app.kubernetes.io/part-of: railiance-gitops
railiance-platform/component: external-secrets
annotations:
argocd.argoproj.io/sync-wave: "2"
spec:
project: railiance-platform-addons
source:
repoURL: https://forgejo.coulomb.social/coulomb/railiance-platform.git
targetRevision: b2ebe108495c4d06ebb6ca33893ea4a2a23c9725
path: argocd/platform-addons/eso-token-renewer
destination:
server: https://kubernetes.default.svc
namespace: external-secrets
syncPolicy:
syncOptions:
- ApplyOutOfSyncOnly=true
- PruneLast=true