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: charts/launch-agent/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ The table below describes all the available variables in the chart:
57
57
|`launchConfig`| mutiline string |**Yes**|`null`| This should be set to the literal contents of your launch agent config. See the agent setup docs for details: https://docs.wandb.ai/guides/launch/setup-agent-advanced|
58
58
|`volcano`| bool | No |`true`| Controls whether the volcano scheduler should be installed in your cluster along with the agent. Set to `false` to disable volcano installation. |
59
59
|`gitCreds`| mutiline string | No |`null`| Contents of a git credentials file. |
60
+
|`sshAuthSecrets`| list(object) | No |`[]`| Name of secret containing an ssh-auth kubernetes secret and the associated host for the ssh key. |
60
61
|`serviceAccount.annotations`| object | No |`null`| Annotations for the wandb service account. |
61
62
|`azureStorageAccessKey`| string | No | "" | Azure storage access key required for kaniko to acces build contexts in azure blob storage. |
62
63
|`additionalEnvVars`| map(string) | No | {} | Map with environment variables to be set in the Launch Agent pod. |
0 commit comments