Initial commit

This commit is contained in:
Phoenix Group 2025-04-10 11:39:06 +00:00
commit 3090bae888
12 changed files with 270 additions and 0 deletions

23
README.md Normal file
View file

@ -0,0 +1,23 @@
# Welcome to your tenant-demo tenant
## Usefull links
* [Get me to my Namespace](https://console-openshift-console.apps.production.kvant.cloud/k8s/cluster/projects/tenant-tpl)
* [WIKI](https://git.kvant.cloud/phoenix/tenant-tpl/wiki/Tenant--Wiki)
## Command cheatsheet
* Get all your tenant ressources from flux
```shell
$ flux get all -n tenant-tpl
```
* Get all your tenant ressources from openshift
```shell
$ oc get all -n tenant-tpl
```