railiance-platform/argocd/railiance01/applications/eso-token-renewer.application.yaml
codex 7bf2df953d
All checks were successful
CI Smoke / host-smoke (push) Successful in 1s
CI Smoke / container-smoke (push) Successful in 1s
RPF-WP-0046-T04: adopt eso-token-renewer Application (pinned b2ebe10); close RPF-WP-0045
- WP-0045-T06 done: both dead static-token Secrets deleted after a no-reference recheck.
- Renewer Application moved from drafts to railiance01 applications; inert until
  the AppProject carries batch/CronJob and the root is synced by hand.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 150322@bnt-lap001
Assistant-Session: 16a7b788-374e-4915-a1df-fc87ffd9a5e4
2026-09-23 20:17:42 +02:00

26 lines
913 B
YAML

# 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