Renaming example configmap

This commit is contained in:
Baptiste Bonnot 2024-11-26 08:21:59 +01:00
parent dabd9eb151
commit b2cc5b49f6
Signed by: baptiste.bonnot
GPG key ID: 2681291F9206E471
2 changed files with 19 additions and 3 deletions

View file

@ -1,7 +1,23 @@
# Welcome to your ${REPO_NAME}-tenant
# Welcome to your ${REPO_NAME} tenant
### Usefull links
## 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
```