https://github.com/christoph-jerolimov/rhdh-experiments
https://github.com/christoph-jerolimov/rhdh-experiments
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/christoph-jerolimov/rhdh-experiments
- Owner: christoph-jerolimov
- Created: 2024-12-05T11:21:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-12T15:47:44.000Z (5 months ago)
- Last Synced: 2026-02-12T21:53:28.559Z (5 months ago)
- Language: Makefile
- Size: 412 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Some personal [RHDH](https://developers.redhat.com/rhdh) experiments 🧪
## How to use it
1. Clone repo or pick up a folder as an example for your own helm chart
2. Required cli tools: `helm`, `oc` and `yq`
3. `oc` cli must connected to to an OpenShift cluster
(with read access to `ConfigMap` `cluster-config-v1` in `kube-system` namespace)
4. Copy `github.sample.yaml` to `github.local.yaml` and change the content to enable GitHub authentification.
5. All helm charts automatically create a new namespace by default!
You should be able to customize the `Makefile` or helm charts before applying them.
6. Use `make` instead of `helm install`
It automatically applies
* the correct `global.clusterRouterBase` from the connected cluster,
* the `github.local.yaml` and
* depennding on the example other configurations from `values.yaml`
Example:
```
cd all-in-one/next
make
```
## Links
* For some Backstage experiments see https://github.com/christoph-jerolimov/backstage-experiments