From 97a0f34192028a6fabc37dbda60acde999010889 Mon Sep 17 00:00:00 2001 From: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com> Date: Mon, 17 Nov 2025 08:34:41 +0100 Subject: [PATCH] remove invalid comment Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com> --- functions/kubernetes/charts/shuffle/values.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/functions/kubernetes/charts/shuffle/values.yaml b/functions/kubernetes/charts/shuffle/values.yaml index f8c8aeff..6e1b6b8f 100644 --- a/functions/kubernetes/charts/shuffle/values.yaml +++ b/functions/kubernetes/charts/shuffle/values.yaml @@ -1558,15 +1558,6 @@ app: ## annotations: {} ## @param app.serviceAccount.automountServiceAccountToken Automount service account token for the app service account - ## NOTE: You likely want to allow access to cluster-proxies, e.g: - ## extraEgress: - ## - to: - ## - namespaceSelector: - ## matchLabels: - ## kubernetes.io/metadata.name: istio-system - ## podSelector: - ## matchLabels: - ## istio: pilot ## automountServiceAccountToken: true ## @param app.serviceAccount.imagePullSecrets Add image pull secrets to the app service account