Templated values in Labels and Annotations#
Templated values are placeholders in your configuration that get replaced with actual data when the CR is processed. Below is a list of currently supported templated values, their descriptions, and where they can be used.
Supported templated values#
-
"{{ TENANT.USERNAME }}"
- Description: The username associated with users specified in Tenant under
Owners
andEditors
. - Supported in CRs:
Tenant
: UndersandboxMetadata.labels
andsandboxMetadata.annotations
.IntegrationConfig
: Undermetadata.sandboxs.labels
andmetadata.sandboxs.annotations
.
- Example:
annotation: che.eclipse.org/username: "{{ TENANT.USERNAME }}" # double quotes are required
- Description: The username associated with users specified in Tenant under