tenant-tpl/README.md

23 lines
457 B
Markdown

# Welcome to your ${REPO_NAME} 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
```