rename optimiser to sizer

This commit is contained in:
Patrick Sy 2026-03-09 11:26:51 +01:00
parent d6235dcbaf
commit 35ea14e298
Signed by: patrick.sy
GPG key ID: DDDC8EC51823195E
3 changed files with 20 additions and 20 deletions

View file

@ -1,25 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: optimiser-receiver
namespace: argocd
labels:
env: dev
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
syncPolicy:
automated:
selfHeal: true
syncOptions:
- CreateNamespace=true
retry:
limit: -1
destination:
name: in-cluster
namespace: garm
source:
repoURL: https://edp.buildth.ing/DevFW-CICD/stacks-instances
targetRevision: HEAD
path: "otc/dev.t09.de/stacks/garm/optimiser-receiver"