From 4de774c5f0d6c4f6a2581904bbd67043b07bf87d Mon Sep 17 00:00:00 2001 From: Kevin Pouget Date: Wed, 13 May 2026 11:29:46 +0200 Subject: [PATCH] fournos: gitops: applications/appproject: add the missing application --- fournos/gitops/applications/appproject.yaml | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 fournos/gitops/applications/appproject.yaml diff --git a/fournos/gitops/applications/appproject.yaml b/fournos/gitops/applications/appproject.yaml new file mode 100644 index 00000000..1bfee255 --- /dev/null +++ b/fournos/gitops/applications/appproject.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: AppProject +metadata: + name: forge-on-fournos + namespace: openshift-gitops +spec: + description: Forge deployment for Fournos + sourceRepos: + - "https://github.com/openshift-psap/forge.git" + destinations: + - namespace: psap-automation + server: https://kubernetes.default.svc + - namespace: psap-automation-staging + server: https://kubernetes.default.svc + clusterResourceWhitelist: [] + namespaceResourceWhitelist: + - group: batch + kind: Job + - group: tekton.dev + kind: Pipeline + - group: tekton.dev + kind: Task + - group: image.openshift.io + kind: ImageStream