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

fix: Make the dynamic plugins root PVC storage class configurable [RHDHBUGS-156][RHIDP-5573] #69

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Extract the PostgreSQL PVC storageClass field to highlight that this …
  • Loading branch information
rm3l committed Jan 15, 2025
commit d7bb48e4e0e4f56f02a87679332e00d8c9b2cb8b
1 change: 1 addition & 0 deletions charts/backstage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ upstream:
enabled: true
size: 1Gi
mountPath: /var/lib/pgsql/data
storageClass: null
extraEnvVars:
- name: POSTGRESQL_ADMIN_PASSWORD
valueFrom:
Expand Down