Renaming example configmap
This commit is contained in:
parent
dabd9eb151
commit
b2cc5b49f6
2 changed files with 19 additions and 3 deletions
20
README.md
20
README.md
|
@ -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)
|
* [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)
|
* [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
|
||||||
|
|
||||||
|
```
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: cluster-settings
|
name: example-vars
|
||||||
data:
|
data:
|
||||||
EXAMPLE: foo
|
EXAMPLE: foo
|
Loading…
Add table
Add a link
Reference in a new issue