https://github.com/cloud-native-toolkit/multi-tenancy-gitops-services
https://github.com/cloud-native-toolkit/multi-tenancy-gitops-services
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloud-native-toolkit/multi-tenancy-gitops-services
- Owner: cloud-native-toolkit
- License: apache-2.0
- Created: 2021-06-18T04:32:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T01:18:55.000Z (over 1 year ago)
- Last Synced: 2025-07-17T12:15:08.934Z (11 months ago)
- Language: Shell
- Size: 2.32 MB
- Stars: 7
- Watchers: 5
- Forks: 629
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloud Native Toolkit Operators and Instances Catalog for GitOps
This git repository serves as a catalog/library of Operators and Instances of the custom resource(s) provided by the Operators for the [GitOps workflow](https://github.com/cloud-native-toolkit/multi-tenancy-gitops). The Operator and Instance YAMLs are package as a Helm Chart and can be referenced by ArgoCD Applications.
The Charts are hosted in the [Cloud Native Toolkit Helm Repository](https://github.com/cloud-native-toolkit/toolkit-charts).
### References
- This repository shows the reference architecture for gitops directory structure for more info https://cloudnativetoolkit.dev/adopting/use-cases/gitops/gitops-ibm-cloud-paks
## Instances
### Instana
The prerequisites to install the Instana agent are:
1. Store your Instana Agent Key in a secret in the `instana-agent` namespace. The secret key field should contain `key` and the value contains your Instana Agent Key. Modify the `instana-agent.agent.keysSecret` value in the `instances\instana-agent\values.yaml` file to match the secret you deployed.
1. Modify the `instana-agent.cluster.name` value in the `instances\instana-agent\values.yaml` file which represents the name that will be assigned to this cluster in Instana.
1. Modify the `instana-agent.zone.name` value in the `instances\instana-agent\values.yaml` file which is the custom zone that detected technologies will be assigned to.