Fix - Actually Enable Sets in addition to Slices in `env` (#2828)
This commit is contained in:
parent
52fc819339
commit
8b7bfa5ffb
|
|
@ -151,8 +151,7 @@ podDisruptionBudget:
|
||||||
# PriorityClass: system-cluster-critical
|
# PriorityClass: system-cluster-critical
|
||||||
priorityClassName: ""
|
priorityClassName: ""
|
||||||
|
|
||||||
env:
|
# env:
|
||||||
{}
|
|
||||||
# specify additional environment variables for the controller pod.
|
# specify additional environment variables for the controller pod.
|
||||||
# It's possible to specify either key vale pairs e.g.:
|
# It's possible to specify either key vale pairs e.g.:
|
||||||
# http_proxy: "proxy.com:8080"
|
# http_proxy: "proxy.com:8080"
|
||||||
|
|
@ -303,7 +302,7 @@ githubWebhookServer:
|
||||||
# key: GITHUB_WEBHOOK_SECRET_TOKEN
|
# key: GITHUB_WEBHOOK_SECRET_TOKEN
|
||||||
# name: prod-gha-controller-webhook-token
|
# name: prod-gha-controller-webhook-token
|
||||||
# optional: true
|
# optional: true
|
||||||
env: {}
|
# env:
|
||||||
|
|
||||||
actionsMetrics:
|
actionsMetrics:
|
||||||
serviceAnnotations: {}
|
serviceAnnotations: {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue