Skip to content

baloise-incubator/okd4-cluster-infra-apps

Repository files navigation

OKD4 Cluster Infra Apps

App Status

This repository contains the configuration-as-code for Argo CD and all the apps managed by it.

Applications managed by Argo CD

Every application has its own subfolder where the configuration is located. See the README.md files for a short explanation in every subfolder.

Adding a new app

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 Management

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.

About

OKDv4 Cluster Apps Repository

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages