From 6e15513a288345d0ddceced05c2ea204864c92f8 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Sat, 12 Jan 2019 16:47:09 -0500 Subject: [PATCH] add recommendation to create dedicated sa for tiller to docs --- site/helm-charts.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/helm-charts.md b/site/helm-charts.md index 326d8baf632..36f147f057e 100644 --- a/site/helm-charts.md +++ b/site/helm-charts.md @@ -37,6 +37,9 @@ userNames: EOF ``` +**Note** Oracle strongly recommends that you create a new service account to be used exclusively by tiller and grant +`cluster-admin` to that service account, rather than using the `default` one. + ## Operator's Helm chart configuration The operator Helm chart is pre-configured with default values for the configuration of the operator.