28 lines
948 B
YAML
28 lines
948 B
YAML
|
|
# DRAFT for railiance01 (RPF-WP-0046-T04). Not synced by any root: move to
|
||
|
|
# ../applications/ only in T04, with the founder's go-ahead, after the
|
||
|
|
# platform-addons AppProject carries batch/CronJob. No automated sync, no
|
||
|
|
# finalizer. Set targetRevision to the reviewed commit at adoption.
|
||
|
|
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: PIN-AT-ADOPTION
|
||
|
|
path: argocd/platform-addons/eso-token-renewer
|
||
|
|
destination:
|
||
|
|
server: https://kubernetes.default.svc
|
||
|
|
namespace: external-secrets
|
||
|
|
syncPolicy:
|
||
|
|
syncOptions:
|
||
|
|
- ApplyOutOfSyncOnly=true
|
||
|
|
- PruneLast=true
|