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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ global:
9
9
agentId: ""
10
10
agentName: ""
11
11
accountId: ""
12
-
#existingRunnerSecret: "" # Use pre-defined secret instead of plain-text values for global.keys and global.agentToken (Supersedes values set for global.keys and global.agentToken)
13
12
runtimeName: ""
14
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)
useNamespaceWideRole: false # Use ClusterRole(false) or Role(true)
208
207
clusterId: ""# Cluster name as it registered in account
209
-
#existingTokenSecret: "" # Use pre-defined secret instead of plain-text value of monitor.token (Supersedes value of monitor.token)
210
208
token: ""# API token from Codefresh
211
209
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