Fix app label
This commit is contained in:
parent
f1bf774ecc
commit
452a61fd5c
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ metadata:
|
||||||
name: test
|
name: test
|
||||||
labels:
|
labels:
|
||||||
ifeval::[{project_community}==true]
|
ifeval::[{project_community}==true]
|
||||||
app: app=example-keycloak
|
app: example-keycloak
|
||||||
endif::[]
|
endif::[]
|
||||||
ifeval::[{project_product}==true]
|
ifeval::[{project_product}==true]
|
||||||
app: sso
|
app: sso
|
||||||
|
@ -121,4 +121,4 @@ Events: <none>
|
||||||
|
|
||||||
Additional resources
|
Additional resources
|
||||||
|
|
||||||
* When the realm creation completes, you are ready to xref:_client-cr[create a client custom resource].
|
* When the realm creation completes, you are ready to xref:_client-cr[create a client custom resource].
|
||||||
|
|
Loading…
Reference in a new issue