From 5ea54d02e78708b26067efd3a97c997f68f03d90 Mon Sep 17 00:00:00 2001 From: ablanchard Date: Tue, 19 Mar 2024 14:59:25 -0700 Subject: [PATCH] feat: enable toolbox egress for rake tasks and other debugging --- charts/config/templates/uds-package.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/config/templates/uds-package.yaml b/charts/config/templates/uds-package.yaml index c9d033bd..6dc625e3 100644 --- a/charts/config/templates/uds-package.yaml +++ b/charts/config/templates/uds-package.yaml @@ -72,6 +72,12 @@ spec: app: migrations remoteGenerated: Anywhere description: "Migrations Storage" + + - direction: Egress + podLabels: + app: toolbox + remoteGenerated: Anywhere + description: "Toolbox egress to database, redis and storage" - direction: Egress remoteGenerated: IntraNamespace