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

Improve Outline chart #8

Merged
merged 3 commits into from
Jan 19, 2025
Merged

Improve Outline chart #8

merged 3 commits into from
Jan 19, 2025

Conversation

KOliver94
Copy link
Member

  1. Fix PVC configuration:
    Resolve an issue where multiple runs of helm install would fail. The first run sets the PVC to the default StorageClassName when no value is provided. Subsequent runs fail because the empty value does not match the default value automatically set by the cluster.

  2. Add annotations and labels to CronJob runner pod:
    Introduce an option to add annotations and labels to the CronJob runner pod, enabling users to customize the runner pod. For example, users can disable Istio's sidecar injection by adding appropriate annotations.

  3. Define max upload size as a string:
    Define the maximum upload size as a string to prevent unwanted scientific notation. Previously, 50000000 was converted to 5e+07, which was not recognized by the application.

@KOliver94 KOliver94 merged commit 732854e into main Jan 19, 2025
3 checks passed
@KOliver94 KOliver94 deleted the outline-improvements branch January 19, 2025 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant