From f06e1e80c1c610c714bd8afcdbceb52121e50606 Mon Sep 17 00:00:00 2001 From: Parikshit Patel Date: Wed, 19 Jul 2023 15:55:36 +1000 Subject: [PATCH] Update docs/deploy/installation.md Co-authored-by: John Gardiner Myers --- docs/deploy/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy/installation.md b/docs/deploy/installation.md index 79eb6afa8..35b8ac52a 100644 --- a/docs/deploy/installation.md +++ b/docs/deploy/installation.md @@ -213,7 +213,7 @@ We recommend using the Helm chart to install the controller. The chart supports spec: containers: - args: - - --cluster-name=your-cluster-name + - --cluster-name= ``` 3. If you use IAM roles for service accounts, we recommend that you delete the `ServiceAccount` from the yaml spec. If you delete the installation section from the yaml spec, deleting the `ServiceAccount` preserves the `eksctl` created `iamserviceaccount`. ```