https://github.com/baloise-incubator/okd4-cluster-infra-apps
OKDv4 Cluster Apps Repository
https://github.com/baloise-incubator/okd4-cluster-infra-apps
argocd gitops
Last synced: 3 months ago
JSON representation
OKDv4 Cluster Apps Repository
- Host: GitHub
- URL: https://github.com/baloise-incubator/okd4-cluster-infra-apps
- Owner: baloise-incubator
- Created: 2020-03-13T21:01:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-06T00:46:26.000Z (3 months ago)
- Last Synced: 2025-02-06T01:28:34.525Z (3 months ago)
- Topics: argocd, gitops
- Language: Shell
- Homepage:
- Size: 4.57 MB
- Stars: 12
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OKD4 Cluster Infra Apps
[](https://argocd.baloise.dev/applications/okd4-cluster-infra-apps-apps)
This repository contains the configuration-as-code for [Argo CD](https://argoproj.github.io/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](https://github.com/baloise-incubator/okd4-apps-root-config/blob/master/apps/okd4-cluster-infra-apps.yaml#L24)
.### Secrets Management
Secrets like passwords or API tokens can be managed using the
Kubernetes [secrets](https://kubernetes.io/docs/concepts/configuration/secret/) 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](sealed-secrets) to encrypt those secrets.