Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit fe0ab8a

Browse files
J12934actions-user
authored andcommitted
Updating Helm Docs
1 parent 545cb3e commit fe0ab8a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

operator/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ helm install securecodebox-operator secureCodeBox/operator
2121

2222
| Key | Type | Default | Description |
2323
|-----|------|---------|-------------|
24-
| image.pullPolicy | string | `"Always"` | Image pull policy |
24+
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
2525
| image.repository | string | `"docker.io/scbexperimental/operator"` | The operator image repository |
2626
| image.tag | string | defaults to the charts version | Parser image tag |
2727
| lurcher.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
@@ -38,5 +38,10 @@ helm install securecodebox-operator secureCodeBox/operator
3838
| s3.port | string | `nil` | |
3939
| s3.secretAttributeNames.accesskey | string | `"accesskey"` | |
4040
| s3.secretAttributeNames.secretkey | string | `"secretkey"` | |
41+
| securityContext.allowPrivilegeEscalation | bool | `false` | |
42+
| securityContext.capabilities.drop[0] | string | `"all"` | |
43+
| securityContext.privileged | bool | `false` | |
44+
| securityContext.readOnlyRootFilesystem | bool | `true` | |
45+
| securityContext.runAsNonRoot | bool | `true` | |
4146
| telemetryEnabled | bool | `true` | The Operator sends anonymous telemetry data, to give the team an overview how much the secureCodeBox is used. Find out more at https://www.securecodebox.io/telemetry |
4247

0 commit comments

Comments
 (0)