Skip to content

Commit a068488

Browse files
Update _index.md
1 parent e1ca21c commit a068488

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • content/en/docs/deployment/private-cloud/private-cloud-cluster

content/en/docs/deployment/private-cloud/private-cloud-cluster/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -744,9 +744,10 @@ For more information about collecting metrics in Mendix on Kubernetes, see [Moni
744744
### Customize Service Account {#customize-service-account}
745745

746746
The Mendix environment can be configured to use a specific Kubernetes ServiceAccount instead of the default ServiceAccount.
747-
In order to ensure that every environment uses a unique account, hence the k8s service account needs to have the same name as the Mendix App environment name (environment id). This will ensure that one service account cant be used for multiple environments.
748747

749-
To achieve this, you need to add the annotation `privatecloud.mendix.com/environment-account: true` (for security reasons, any account matching an environment name but without this annotation cannot be attached to environments).
748+
In order to ensure that every environment uses a unique account, the Kubernetes service account must have the same name as the Mendix App environment name (environment ID). This ensures that one service account cannot be used for multiple environments.
749+
750+
To achieve this, you need to add the annotation `privatecloud.mendix.com/environment-account: true`. For security reasons, any account matching an environment name but without this annotation cannot be attached to environments.
750751

751752
{{% alert color="info" %}}
752753
The service account can be customized Mendix on Kubernetes Operator version 2.7.0 and above.

0 commit comments

Comments
 (0)