diff --git a/.gitbook/assets/2.40.0-service-account-details.png b/.gitbook/assets/2.40.0-service-account-details.png new file mode 100644 index 00000000..41792394 Binary files /dev/null and b/.gitbook/assets/2.40.0-service-account-details.png differ diff --git a/.gitbook/assets/2.40.0-service-account-list.png b/.gitbook/assets/2.40.0-service-account-list.png new file mode 100644 index 00000000..c547d1c7 Binary files /dev/null and b/.gitbook/assets/2.40.0-service-account-list.png differ diff --git a/user/kubernetes/more-resources/service-accounts.md b/user/kubernetes/more-resources/service-accounts.md index 2efeac54..aae134a2 100644 --- a/user/kubernetes/more-resources/service-accounts.md +++ b/user/kubernetes/more-resources/service-accounts.md @@ -7,6 +7,18 @@ metaLinks: # Service Accounts -This section lists the Service Accounts on your Kubernetes cluster. The list can be filtered by namespace. You can create new Service Accounts via manifests by clicking **Create from Manifest**, and you can remove Service Accounts by checking the box next to the Service Account to remove and clicking **Remove**. +This section lists the Service Accounts on your Kubernetes cluster. The list can be filtered by namespace. You can create a new Service Accounts via a manifest or Helm chart by clicking **Create from code**. Remove Service Accounts by checking the box next to the Service Account and clicking **Remove**. -
+
+ +### Service Account details + +{% hint style="info" %} +Editing of Service Account details is disabled for resources in namespaces [marked as system](../namespaces/manage.md#actions). +{% endhint %} + +You can view the details of a Service Account by clicking its name from the Service Account list. + +The **Service account** tab displays read-only details for the selected account. To modify the resource, switch to the **YAML** tab where you can edit the manifest directly. Once you have made your changes, click **Apply changes** in the bottom right. + +