Skip to content

Commit 8b7bfa5

Browse files
authored
Fix - Actually Enable Sets in addition to Slices in env (actions#2828)
1 parent 52fc819 commit 8b7bfa5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

charts/actions-runner-controller/values.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ podDisruptionBudget:
151151
# PriorityClass: system-cluster-critical
152152
priorityClassName: ""
153153

154-
env:
155-
{}
154+
# env:
156155
# specify additional environment variables for the controller pod.
157156
# It's possible to specify either key vale pairs e.g.:
158157
# http_proxy: "proxy.com:8080"
@@ -303,7 +302,7 @@ githubWebhookServer:
303302
# key: GITHUB_WEBHOOK_SECRET_TOKEN
304303
# name: prod-gha-controller-webhook-token
305304
# optional: true
306-
env: {}
305+
# env:
307306

308307
actionsMetrics:
309308
serviceAnnotations: {}

0 commit comments

Comments
 (0)