Skip to content
New issue

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

Adds install mutating pebble webhook util function #35

Merged
merged 1 commit into from
Oct 14, 2024

Commits on Oct 13, 2024

  1. Adds install mutating pebble webhook util function

    Some helm charts deploy pods / charts with readOnlyRootFilesystem=True
    daemonsets or deployments, which means Pebble won't be able to copy its
    necessary files. This mutating webhook solves this issue by adding an
    emptydir volume to Pods for Pebble to use.
    claudiubelu committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    2456c8f View commit details
    Browse the repository at this point in the history