This repository contains the configuration-as-code for Argo CD and all the apps managed by it.
Every application has its own subfolder where the configuration is located. See the README.md files for a short explanation in every subfolder.
Create a directory and commit your plain YAML, Helm Charts or kustomization.yaml files in there. The application is then automatically deployed.
To verify if the new directory is successfuly registered look at the config repository configuration .
Secrets like passwords or API tokens can be managed using the Kubernetes secrets resource type. However, it is not a good idea to store those secrets in the repository since they are only base64 encoded. We are using Bitnami Sealed Secrets to encrypt those secrets.