From cda10fd2438330243ae3ae74e1c68c1a83604c1e Mon Sep 17 00:00:00 2001 From: Callum Tait <15716903+toast-gear@users.noreply.github.com> Date: Thu, 30 Jun 2022 01:09:37 +0100 Subject: [PATCH] docs: remove once feature flag env var (#1590) --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index f020acbf..71764709 100644 --- a/README.md +++ b/README.md @@ -1650,12 +1650,6 @@ spec: # Disables automatic runner updates - name: DISABLE_RUNNER_UPDATE value: "true" - # Configure runner with legacy --once instead of --ephemeral flag - # WARNING | THIS ENV VAR IS DEPRECATED AND WILL BE REMOVED - # THIS ENV VAR WILL BE REMOVED SOON. - # SEE ISSUE #1196 FOR DETAILS - - name: RUNNER_FEATURE_FLAG_ONCE - value: "true" ``` ### Using IRSA (IAM Roles for Service Accounts) in EKS