You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .deploy/cf-runtime/values.yaml
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ global:
5
5
codefreshHost: ""
6
6
agentToken: ""
7
7
# Existing secret (name-of-existing-secret) with API token from Codefresh (supersedes value for global.agentToken; secret must contain `codefresh.token` key)
8
-
existingAgentToken: ""
8
+
existingAgentToken: ""
9
9
agentId: ""
10
10
agentName: ""
11
11
accountId: ""
12
12
runtimeName: ""
13
13
# Existing secret (name has to be `codefresh-certs-server`) (supersedes value for global.keys; secret must contain `server-cert.pem` `server-key.pem` and `ca.pem`` keys)
14
-
existingDindCertsSecret: ""
14
+
existingDindCertsSecret: ""
15
15
keys:
16
16
key: ""
17
17
csr: ""
@@ -24,7 +24,7 @@ dockerRegistry: "quay.io" # Registry prefix for the runtime images (default quay
24
24
newRelicLicense: ""# NEWRELIC_LICENSE_KEY (for app-proxy and runner deployments)
existingMonitorToken: ""# Existing secret (name-of-existing-secret) with API token from Codefresh (supersedes value of monitor.token; secret must contain `codefresh.token` key)
0 commit comments