We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run an application that uses brownie in k8s using a security context
securityContext: allowPrivilegeEscalation: false runAsUser: 10001 runAsGroup: 10001 capabilities: drop: ["ALL"]
Brownie only executes with the root user
seems cache.db and topics.json are created during the Brownie initialization.
cache.db
topics.json
The text was updated successfully, but these errors were encountered:
does anyone have an update over this topic?
Sorry, something went wrong.
No branches or pull requests
Overview
Run an application that uses brownie in k8s using a security context
Specification
Result
Brownie only executes with the root user

seems
cache.db
andtopics.json
are created during the Brownie initialization.The text was updated successfully, but these errors were encountered: