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
| securityContext.privileged | bool |`false`| Ensures that the operator container is not run in privileged mode |
44
44
| securityContext.readOnlyRootFilesystem | bool |`true`| Prevents write access to the containers file system |
45
45
| securityContext.runAsNonRoot | bool |`true`| Enforces that the Operator image is run as a non root user |
46
-
| 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|
46
+
| 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://docs.securecodebox.io/docs/telemetry|
log.Info("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")
47
+
log.Info("The Operator sends anonymous telemetry data, to give the team an overview how much the secureCodeBox is used. Find out more at https://docs.securecodebox.io/docs/telemetry")
48
48
49
49
// Wait 1hour to give users time to uninstall / disable telemetry
0 commit comments