From 8b7bfa5ffba4abc8de944e5a040aa4fdf1af64d8 Mon Sep 17 00:00:00 2001 From: Lukas Hauser Date: Mon, 28 Aug 2023 06:48:29 +0200 Subject: [PATCH] Fix - Actually Enable Sets in addition to Slices in `env` (#2828) --- charts/actions-runner-controller/values.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/actions-runner-controller/values.yaml b/charts/actions-runner-controller/values.yaml index 1a719f8d..c0143f87 100644 --- a/charts/actions-runner-controller/values.yaml +++ b/charts/actions-runner-controller/values.yaml @@ -151,8 +151,7 @@ podDisruptionBudget: # PriorityClass: system-cluster-critical priorityClassName: "" -env: - {} +# env: # specify additional environment variables for the controller pod. # It's possible to specify either key vale pairs e.g.: # http_proxy: "proxy.com:8080" @@ -303,7 +302,7 @@ githubWebhookServer: # key: GITHUB_WEBHOOK_SECRET_TOKEN # name: prod-gha-controller-webhook-token # optional: true - env: {} + # env: actionsMetrics: serviceAnnotations: {}