-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvalues.yaml
More file actions
35 lines (27 loc) · 971 Bytes
/
Copy pathvalues.yaml
File metadata and controls
35 lines (27 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
ESCAPE_API_KEY: "00000000-0000-0000-0000-000000000000"
# Reference a pre-existing Kubernetes Secret to source ESCAPE_API_KEY.
# When set, this takes precedence over the ESCAPE_API_KEY value above.
existingSecret:
name: ""
key: ""
# You can set the private location name here
# or it will fallback to the helm release name
ESCAPE_PRIVATE_LOCATION: ""
# Enable/disable Kubernetes integration. (disables ClusterRole and ClusterRoleBinding)
ESCAPE_K8S_INTEGRATION: true
# Enable/disable forwarding mitm logs to the health check server (requires mitmproxy to be running with the addon)
ESCAPE_ENABLE_LOGS_ENDPOINT: false
# Disable color output in the cli
ESCAPE_COLOR_DISABLED: false
# Labels applied to all chart resources (Deployment, ServiceAccount, ClusterRole/Binding, pods)
commonLabels: {}
# Additional labels applied only to pods
podLabels: {}
container:
image: escapetech/cli:latest
resources:
cpu: "1"
memory: "2Gi"
env: []
extra: {}