From 3ec5b0a4f6753307d92a1e89e9a0461d93686aca Mon Sep 17 00:00:00 2001 From: Eric Coughlin Date: Thu, 7 Nov 2024 09:42:18 -0300 Subject: [PATCH] Add love and kafka producers step to add application page --- docs/app-maint/add-application.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/app-maint/add-application.rst b/docs/app-maint/add-application.rst index 72ae0d65..18fad14b 100644 --- a/docs/app-maint/add-application.rst +++ b/docs/app-maint/add-application.rst @@ -24,6 +24,7 @@ The following is the procedure to add a new application to the system. The files should be named ``values-.yaml``. Simulator variants of indexed components should have values files like ``values--sim.yaml``. #. If the application needs to be integrated with a :ref:`collector application `, add the application name to the list in the appropriate environment file in the collector. +#. Add the application reference to the love and kafka producers on the desired site yaml file. If the application is part of a :ref:`collector application `, then once the change with the application is committed and pushed to GitHub, syncing the collector application will create the application. After the application is created, it can then be synced via methods described in :ref:`CSC-Ops-with-ArgoCD-Upgrade-Application`.