busyboxImage option for server chart

This commit is contained in:
Jason Greathouse
2019-03-22 10:04:25 -07:00
committed by Denise Schannon
parent d508130d64
commit 72a42d5edd
@@ -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 |