tenant-tpl/README.md

23 lines
454 B
Markdown

# Welcome to your ${REPO_NAME} tenant
## Useful 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 resources from flux
```shell
$ flux get all -n tenant-tpl
```
* Get all your tenant resources from openshift
```shell
$ oc get all -n tenant-tpl
```