From 80a37b66049b9ffa67e5b6f1b787785dff444008 Mon Sep 17 00:00:00 2001 From: Automated pipeline Date: Mon, 2 Jun 2025 15:15:06 +0000 Subject: [PATCH] Initial upload --- .../registry/observability-client.yaml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 otc/o12yclient.think-ahead.cloud/registry/observability-client.yaml diff --git a/otc/o12yclient.think-ahead.cloud/registry/observability-client.yaml b/otc/o12yclient.think-ahead.cloud/registry/observability-client.yaml new file mode 100644 index 0000000..af8c099 --- /dev/null +++ b/otc/o12yclient.think-ahead.cloud/registry/observability-client.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: observability-client + namespace: argocd + labels: + env: dev + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + name: in-cluster + namespace: argocd + source: + path: "otc/o12yclient.think-ahead.cloud/stacks/observability-client" + repoURL: "https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances" + targetRevision: HEAD + project: default + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true