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
A Helm chart for installing the Kosli K8S reporter as a cronjob.
10
10
The chart allows you to create a Kubernetes cronjob and all its necessary RBAC to report running images to Kosli at a given cron schedule.
@@ -93,6 +93,10 @@ helm uninstall kosli-reporter
93
93
| reporterConfig.kosliOrg | string |`""`| the name of the Kosli org |
94
94
| reporterConfig.namespaces | string |`""`| the namespaces to scan and report. It is a comma separated list of namespace names. leave this and namespacesRegex unset if you want to report what is running in the entire cluster |
95
95
| reporterConfig.namespacesRegex | string |`""`| the namespaces Regex patterns to scan and report. Does not have effect if namespaces is set. Requires cluster-wide permissions. It is a comma separated list of namespace regex patterns. leave this and namespaces unset if you want to report what is running in the entire cluster |
96
+
| reporterConfig.securityContext | object |`{"allowPrivilegeEscalation":false,"runAsNonRoot":true,"runAsUser":1000}`| the security context for the reporter cronjob |
A Helm chart for installing the Kosli K8S reporter as a cronjob.
10
10
The chart allows you to create a Kubernetes cronjob and all its necessary RBAC to report running images to Kosli at a given cron schedule.
@@ -93,6 +93,10 @@ helm uninstall kosli-reporter
93
93
| reporterConfig.kosliOrg | string |`""`| the name of the Kosli org |
94
94
| reporterConfig.namespaces | string |`""`| the namespaces to scan and report. It is a comma separated list of namespace names. leave this and namespacesRegex unset if you want to report what is running in the entire cluster |
95
95
| reporterConfig.namespacesRegex | string |`""`| the namespaces Regex patterns to scan and report. Does not have effect if namespaces is set. Requires cluster-wide permissions. It is a comma separated list of namespace regex patterns. leave this and namespaces unset if you want to report what is running in the entire cluster |
96
+
| reporterConfig.securityContext | object |`{"allowPrivilegeEscalation":false,"runAsNonRoot":true,"runAsUser":1000}`| the security context for the reporter cronjob |
0 commit comments