2026-09-23 20:17:42 +02:00
|
|
|
# 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.
|
2026-09-23 19:53:12 +02:00
|
|
|
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
|
2026-09-23 20:17:42 +02:00
|
|
|
targetRevision: b2ebe108495c4d06ebb6ca33893ea4a2a23c9725
|
2026-09-23 19:53:12 +02:00
|
|
|
path: argocd/platform-addons/eso-token-renewer
|
|
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: external-secrets
|
|
|
|
|
syncPolicy:
|
|
|
|
|
syncOptions:
|
|
|
|
|
- ApplyOutOfSyncOnly=true
|
|
|
|
|
- PruneLast=true
|