From 72a42d5edd61ba1e6427db1ae8463736953fcc75 Mon Sep 17 00:00:00 2001 From: Jason Greathouse Date: Fri, 8 Feb 2019 16:05:07 -0600 Subject: [PATCH] busyboxImage option for server chart --- .../v2.x/en/installation/ha/helm-rancher/chart-options/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/rancher/v2.x/en/installation/ha/helm-rancher/chart-options/_index.md b/content/rancher/v2.x/en/installation/ha/helm-rancher/chart-options/_index.md index 0a60d04c186..4f8abf2ae37 100644 --- a/content/rancher/v2.x/en/installation/ha/helm-rancher/chart-options/_index.md +++ b/content/rancher/v2.x/en/installation/ha/helm-rancher/chart-options/_index.md @@ -27,6 +27,7 @@ weight: 276 | `auditLog.maxAge` | 1 | `int` - maximum number of days to retain old audit log files | | `auditLog.maxBackups` | 1 | `int` - maximum number of audit log files to retain | | `auditLog.maxSize` | 100 | `int` - maximum size in megabytes of the audit log file before it gets rotated | +| `busyboxImage` | "busybox" | `string` - Image location for busybox image used to collect audit logs | | `debug` | false | `bool` - set debug flag on rancher server | | `extraEnv` | [] | `list` - set additional environment variables for rancher. | | `imagePullSecrets` | [] | `list` - list of names of Secret resource containing private registry credentials |