kubescape / storage

Apache License 2.0
1 stars 6 forks source link

use distroless base image #31

Closed matthyx closed 1 year ago

matthyx commented 1 year ago

this one requires a modification in the Helm chart:

securityContext:
  fsGroup: 65532
  runAsUser: 65532

there might be issues with existing files in /data because they were previously created with user ks

codiumai-pr-agent[bot] commented 1 year ago

PR Analysis

How to use

To invoke the PR-Agent, add a comment using one of the following commands: /review [-i]: Request a review of your Pull Request. For an incremental review, which only considers changes since the last review, include the '-i' option. /describe: Modify the PR title and description based on the contents of the PR. /improve: Suggest improvements to the code in the PR. /ask \<QUESTION>: Pose a question about the PR.

To edit any configuration parameter from 'configuration.toml', add --config_path=new_value For example: /review --pr_reviewer.extra_instructions="focus on the file: ..." To list the possible configuration parameters, use the /config command.

github-actions[bot] commented 1 year ago

Summary:

matthyx commented 1 year ago

temporary fix for permissions, add an initContainer to do a chown on startup